@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfigurationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteConfigurationSetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) of the deleted configuration set.
|
String |
getConfigurationSetName()
The name of the deleted configuration set.
|
Date |
getCreatedTimestamp()
The time that the deleted configuration set was created in UNIX epoch
time format.
|
String |
getDefaultMessageType()
The default message type of the configuration set that was deleted.
|
String |
getDefaultSenderId()
The default Sender ID of the configuration set that was deleted.
|
List<EventDestination> |
getEventDestinations()
An array of any EventDestination objects that were associated with the deleted configuration set.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the deleted configuration set.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch
time format.
|
void |
setDefaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
|
void |
setDefaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
|
void |
setEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConfigurationSetResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
|
DeleteConfigurationSetResult |
withConfigurationSetName(String configurationSetName)
The name of the deleted configuration set.
|
DeleteConfigurationSetResult |
withCreatedTimestamp(Date createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch
time format.
|
DeleteConfigurationSetResult |
withDefaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
withDefaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
withDefaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
withEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResult |
withEventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the deleted configuration set.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) of the deleted configuration set.
public DeleteConfigurationSetResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the deleted configuration set.public void setConfigurationSetName(String configurationSetName)
The name of the deleted configuration set.
configurationSetName
- The name of the deleted configuration set.public String getConfigurationSetName()
The name of the deleted configuration set.
public DeleteConfigurationSetResult withConfigurationSetName(String configurationSetName)
The name of the deleted configuration set.
configurationSetName
- The name of the deleted configuration set.public List<EventDestination> getEventDestinations()
An array of any EventDestination objects that were associated with the deleted configuration set.
public void setEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
eventDestinations
- An array of any EventDestination objects that were associated with the deleted configuration set.public DeleteConfigurationSetResult withEventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
NOTE: This method appends the values to the existing list (if any). Use
setEventDestinations(java.util.Collection)
or withEventDestinations(java.util.Collection)
if
you want to override the existing values.
eventDestinations
- An array of any EventDestination objects that were associated with the deleted configuration set.public DeleteConfigurationSetResult withEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
eventDestinations
- An array of any EventDestination objects that were associated with the deleted configuration set.public void setDefaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
defaultMessageType
- The default message type of the configuration set that was deleted.MessageType
public String getDefaultMessageType()
The default message type of the configuration set that was deleted.
MessageType
public DeleteConfigurationSetResult withDefaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
defaultMessageType
- The default message type of the configuration set that was deleted.MessageType
public DeleteConfigurationSetResult withDefaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
defaultMessageType
- The default message type of the configuration set that was deleted.MessageType
public void setDefaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
defaultSenderId
- The default Sender ID of the configuration set that was deleted.public String getDefaultSenderId()
The default Sender ID of the configuration set that was deleted.
public DeleteConfigurationSetResult withDefaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
defaultSenderId
- The default Sender ID of the configuration set that was deleted.public void setCreatedTimestamp(Date createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch time format.
createdTimestamp
- The time that the deleted configuration set was created in UNIX
epoch time format.public Date getCreatedTimestamp()
The time that the deleted configuration set was created in UNIX epoch time format.
public DeleteConfigurationSetResult withCreatedTimestamp(Date createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch time format.
createdTimestamp
- The time that the deleted configuration set was created in UNIX
epoch time format.public String toString()
toString
in class Object
Object.toString()
public DeleteConfigurationSetResult clone()