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