@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetDefaultSenderIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SetDefaultSenderIdResult() |
Modifier and Type | Method and Description |
---|---|
SetDefaultSenderIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) of the updated configuration set.
|
String |
getConfigurationSetName()
The name of the configuration set that was updated.
|
String |
getSenderId()
The default sender ID to set for the ConfigurationSet.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the updated configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set that was updated.
|
void |
setSenderId(String senderId)
The default sender ID to set for the ConfigurationSet.
|
String |
toString()
Returns a string representation of this object.
|
SetDefaultSenderIdResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the updated configuration set.
|
SetDefaultSenderIdResult |
withConfigurationSetName(String configurationSetName)
The name of the configuration set that was updated.
|
SetDefaultSenderIdResult |
withSenderId(String senderId)
The default sender ID to set for the ConfigurationSet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the updated configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the updated configuration set.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) of the updated configuration set.
public SetDefaultSenderIdResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the updated configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the updated configuration set.public void setConfigurationSetName(String configurationSetName)
The name of the configuration set that was updated.
configurationSetName
- The name of the configuration set that was updated.public String getConfigurationSetName()
The name of the configuration set that was updated.
public SetDefaultSenderIdResult withConfigurationSetName(String configurationSetName)
The name of the configuration set that was updated.
configurationSetName
- The name of the configuration set that was updated.public void setSenderId(String senderId)
The default sender ID to set for the ConfigurationSet.
senderId
- The default sender ID to set for the ConfigurationSet.public String getSenderId()
The default sender ID to set for the ConfigurationSet.
public SetDefaultSenderIdResult withSenderId(String senderId)
The default sender ID to set for the ConfigurationSet.
senderId
- The default sender ID to set for the ConfigurationSet.public String toString()
toString
in class Object
Object.toString()
public SetDefaultSenderIdResult clone()