Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteConfigurationSetEventDestinationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteConfigurationSetEventDestinationRequest.Builder |
builder() |
|
String |
configurationSetName() |
The name of the configuration set from which to delete the event destination.
|
boolean |
equals(Object obj) |
|
String |
eventDestinationName() |
The name of the event destination to delete.
|
int |
hashCode() |
|
static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> |
serializableBuilderClass() |
|
DeleteConfigurationSetEventDestinationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String configurationSetName()
The name of the configuration set from which to delete the event destination.
public String eventDestinationName()
The name of the event destination to delete.
public DeleteConfigurationSetEventDestinationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
public static DeleteConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.