@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetDefaultSenderIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetDefaultSenderIdRequest() |
Modifier and Type | Method and Description |
---|---|
SetDefaultSenderIdRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The configuration set to updated with a new default SenderId.
|
String |
getSenderId()
The current sender ID for the configuration set.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId.
|
void |
setSenderId(String senderId)
The current sender ID for the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
SetDefaultSenderIdRequest |
withConfigurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId.
|
SetDefaultSenderIdRequest |
withSenderId(String senderId)
The current sender ID for the configuration set.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConfigurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
configurationSetName
- The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName
or ConfigurationSetArn.public String getConfigurationSetName()
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
public SetDefaultSenderIdRequest withConfigurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
configurationSetName
- The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName
or ConfigurationSetArn.public void setSenderId(String senderId)
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
senderId
- The current sender ID for the configuration set. When sending a text message to a destination country
which supports SenderIds, the default sender ID on the configuration set specified on
SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are
available in your account, instead of a generic sender ID, such as 'NOTICE'.public String getSenderId()
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
public SetDefaultSenderIdRequest withSenderId(String senderId)
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
senderId
- The current sender ID for the configuration set. When sending a text message to a destination country
which supports SenderIds, the default sender ID on the configuration set specified on
SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are
available in your account, instead of a generic sender ID, such as 'NOTICE'.public String toString()
toString
in class Object
Object.toString()
public SetDefaultSenderIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()