@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEventDestinationRequest extends PinpointSmsVoiceV2Request implements ToCopyableBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEventDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEventDestinationRequest.Builder |
builder() |
String |
configurationSetName()
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event
destination from.
|
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 DeleteEventDestinationRequest.Builder> |
serializableBuilderClass() |
DeleteEventDestinationRequest.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 or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
public final String eventDestinationName()
The name of the event destination to delete.
public DeleteEventDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>toBuilder in class PinpointSmsVoiceV2Requestpublic static DeleteEventDestinationRequest.Builder builder()
public static Class<? extends DeleteEventDestinationRequest.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.