public class DeleteConfigurationSetRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
| Constructor and Description |
|---|
DeleteConfigurationSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set to delete.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConfigurationSetRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set to delete.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getConfigurationSetName()
The name of the configuration set to delete.
The name of the configuration set to delete.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set to delete.
configurationSetName - The name of the configuration set to delete.
public DeleteConfigurationSetRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set to delete.
Returns a reference to this object so that method calls can be chained together.
configurationSetName - The name of the configuration set to delete.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.