public class AmazonMessageSettings extends ModelObject
MessageAttributeValue
,
SMS Attributes,
Serialized FormConstructor and Description |
---|
AmazonMessageSettings() |
AmazonMessageSettings(AmazonMessageSettings settings) |
AmazonMessageSettings(String json) |
AmazonMessageSettings(String regionsName,
String type,
String senderId) |
Modifier and Type | Method and Description |
---|---|
String |
getMonthlySpendLimit()
The maximum amount in USD that you are willing to spend to send the SMS message.
|
com.amazonaws.regions.Regions |
getRegion()
Enumeration of region names
|
String |
getSenderId()
A custom ID that contains up to 11 alphanumeric characters, including at least one letter and no spaces.
|
String |
getType()
The type of message to be sent
|
void |
setMonthlySpendLimit(String monthlySpendLimit)
The maximum amount in USD that you are willing to spend to send the SMS message.
|
void |
setRegions(com.amazonaws.regions.Regions regions)
Enumeration of region names
|
void |
setRegions(String regionsName) |
void |
setSenderId(String senderId)
A custom ID that contains up to 11 alphanumeric characters, including at least one letter and no spaces.
|
void |
setType(String type)
The type of message to be sent
|
public AmazonMessageSettings()
public AmazonMessageSettings(String json)
public AmazonMessageSettings(AmazonMessageSettings settings)
public com.amazonaws.regions.Regions getRegion()
public void setRegions(com.amazonaws.regions.Regions regions)
public void setRegions(String regionsName)
public String getType()
public void setType(String type)
public String getMonthlySpendLimit()
public void setMonthlySpendLimit(String monthlySpendLimit)
public String getSenderId()
public void setSenderId(String senderId)
Copyright © 2018. All rights reserved.