public class UpdateSmsChannelResult extends Object implements Serializable
Constructor and Description |
---|
UpdateSmsChannelResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SMSChannelResponse |
getSMSChannelResponse()
SMS Channel Response.
|
int |
hashCode() |
void |
setSMSChannelResponse(SMSChannelResponse sMSChannelResponse)
SMS Channel Response.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.