@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEventDestinationResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<DeleteEventDestinationResponse.Builder,DeleteEventDestinationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEventDestinationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEventDestinationResponse.Builder |
builder() |
String |
configurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
|
String |
configurationSetName()
The name of the configuration set the event destination was deleted from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventDestination |
eventDestination()
The event destination object that was deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteEventDestinationResponse.Builder> |
serializableBuilderClass() |
DeleteEventDestinationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
public final String configurationSetName()
The name of the configuration set the event destination was deleted from.
public final EventDestination eventDestination()
The event destination object that was deleted.
public DeleteEventDestinationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEventDestinationResponse.Builder,DeleteEventDestinationResponse>toBuilder in class AwsResponsepublic static DeleteEventDestinationResponse.Builder builder()
public static Class<? extends DeleteEventDestinationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.