public class UpdateSmsChannelResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateSmsChannelResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SMSChannelResponse |
getSMSChannelResponse()
SMS Channel Response.
|
int |
hashCode() |
void |
setSMSChannelResponse(SMSChannelResponse sMSChannelResponse)
SMS Channel Response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSmsChannelResult |
withSMSChannelResponse(SMSChannelResponse sMSChannelResponse)
SMS Channel Response.
|
public SMSChannelResponse getSMSChannelResponse()
public void setSMSChannelResponse(SMSChannelResponse sMSChannelResponse)
sMSChannelResponse
- SMS Channel Response.public UpdateSmsChannelResult withSMSChannelResponse(SMSChannelResponse sMSChannelResponse)
Returns a reference to this object so that method calls can be chained together.
sMSChannelResponse
- SMS Channel Response.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.