@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDefaultMessageTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDefaultMessageTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDefaultMessageTypeResult |
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 |
getMessageType()
The current message type 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 |
setMessageType(String messageType)
The current message type for the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDefaultMessageTypeResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
DeleteDefaultMessageTypeResult |
withConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
DeleteDefaultMessageTypeResult |
withMessageType(MessageType messageType)
The current message type for the configuration set.
|
DeleteDefaultMessageTypeResult |
withMessageType(String messageType)
The current message type for the configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DeleteDefaultMessageTypeResult 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 DeleteDefaultMessageTypeResult withConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName - The name of the configuration set.public void setMessageType(String messageType)
The current message type for the configuration set.
messageType - The current message type for the configuration set.MessageTypepublic String getMessageType()
The current message type for the configuration set.
MessageTypepublic DeleteDefaultMessageTypeResult withMessageType(String messageType)
The current message type for the configuration set.
messageType - The current message type for the configuration set.MessageTypepublic DeleteDefaultMessageTypeResult withMessageType(MessageType messageType)
The current message type for the configuration set.
messageType - The current message type for the configuration set.MessageTypepublic String toString()
toString in class ObjectObject.toString()public DeleteDefaultMessageTypeResult clone()