@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmsSettings extends Object implements Serializable, Cloneable, StructuredPojo
SMS settings for authentication.
Constructor and Description |
---|
SmsSettings() |
Modifier and Type | Method and Description |
---|---|
SmsSettings |
clone() |
boolean |
equals(Object obj) |
String |
getSmsMessage()
The body of the SMS message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSmsMessage(String smsMessage)
The body of the SMS message.
|
String |
toString()
Returns a string representation of this object.
|
SmsSettings |
withSmsMessage(String smsMessage)
The body of the SMS message.
|
public void setSmsMessage(String smsMessage)
The body of the SMS message.
smsMessage
- The body of the SMS message.public String getSmsMessage()
The body of the SMS message.
public SmsSettings withSmsMessage(String smsMessage)
The body of the SMS message.
smsMessage
- The body of the SMS message.public String toString()
toString
in class Object
Object.toString()
public SmsSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.