@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfigurationSetEventDestinationRequest extends SesV2Request implements ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
A request to delete an event destination from a configuration set.
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 that contains the event destination that you want to delete.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDestinationName()
The name of the event destination that you want 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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String configurationSetName()
The name of the configuration set that contains the event destination that you want to delete.
public String eventDestinationName()
The name of the event destination that you want to delete.
public DeleteConfigurationSetEventDestinationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
toBuilder
in class SesV2Request
public static DeleteConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.