public class SmsConfigurationType extends Object implements Serializable
The SMS configuration type.
| Constructor and Description |
|---|
SmsConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 String getSnsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
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.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
snsCallerArn - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
snsCallerArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
public String getExternalId()
The external ID.
The external ID.
public void setExternalId(String externalId)
The external ID.
externalId - The external ID.
public SmsConfigurationType withExternalId(String externalId)
The external ID.
Returns a reference to this object so that method calls can be chained together.
externalId - The external ID.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.