@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfigurationSetEventDestinationRequest extends SesRequest 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 and Description |
|---|---|
static interface |
DeleteConfigurationSetEventDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConfigurationSetEventDestinationRequest.Builder |
builder() |
String |
configurationSetName()
The name of the configuration set from which to delete the event destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDestinationName()
The name of the event destination to delete.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> |
serializableBuilderClass() |
DeleteConfigurationSetEventDestinationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSetName()
The name of the configuration set from which to delete the event destination.
public final String eventDestinationName()
The name of the event destination to delete.
public DeleteConfigurationSetEventDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>toBuilder in class SesRequestpublic static DeleteConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.