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