@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SmsConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The SMS configuration type.
| Constructor and Description |
|---|
SmsConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
SmsConfigurationType |
clone() |
boolean |
equals(Object obj) |
String |
getExternalId()
The external ID.
|
String |
getSnsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExternalId(String externalId)
The external ID.
|
void |
setSnsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SmsConfigurationType |
withExternalId(String externalId)
The external ID.
|
SmsConfigurationType |
withSnsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
public void setSnsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
snsCallerArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.public String getSnsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
public SmsConfigurationType withSnsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
snsCallerArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.public void setExternalId(String externalId)
The external ID.
externalId - The external ID.public String getExternalId()
The external ID.
public SmsConfigurationType withExternalId(String externalId)
The external ID.
externalId - The external ID.public String toString()
toString in class ObjectObject.toString()public SmsConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.