public class DeleteConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which 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 |
---|
DeleteConfigurationSetEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set from which to delete the event
destination.
|
java.lang.String |
getEventDestinationName()
The name of the event destination to delete.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which to delete the event
destination.
|
void |
setEventDestinationName(java.lang.String eventDestinationName)
The name of the event destination to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteConfigurationSetEventDestinationRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which to delete the event
destination.
|
DeleteConfigurationSetEventDestinationRequest |
withEventDestinationName(java.lang.String eventDestinationName)
The name of the event destination to delete.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteConfigurationSetEventDestinationRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set from which to delete the event destination.
The name of the configuration set from which to delete the event destination.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which to delete the event destination.
configurationSetName
- The name of the configuration set from which to delete the event destination.
public DeleteConfigurationSetEventDestinationRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set from which to delete the event destination.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set from which to delete the event destination.
public java.lang.String getEventDestinationName()
The name of the event destination to delete.
The name of the event destination to delete.
public void setEventDestinationName(java.lang.String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.
public DeleteConfigurationSetEventDestinationRequest withEventDestinationName(java.lang.String eventDestinationName)
The name of the event destination to delete.
Returns a reference to this object so that method calls can be chained together.
eventDestinationName
- The name of the event destination to delete.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.