@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to delete 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.
NOOP
Constructor and Description |
---|
DeleteConfigurationSetEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationSetEventDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set from which to delete the event destination.
|
String |
getEventDestinationName()
The name of the event destination to delete.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set from which to delete the event destination.
|
void |
setEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteConfigurationSetEventDestinationRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set from which to delete the event destination.
|
DeleteConfigurationSetEventDestinationRequest |
withEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteConfigurationSetEventDestinationRequest()
public void setConfigurationSetName(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 String getConfigurationSetName()
The name of the configuration set from which to delete the event destination.
public DeleteConfigurationSetEventDestinationRequest withConfigurationSetName(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 void setEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.public String getEventDestinationName()
The name of the event destination to delete.
public DeleteConfigurationSetEventDestinationRequest withEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteConfigurationSetEventDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.