@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEventDestinationResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEventDestinationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEventDestinationResponse.Builder |
builder() |
String |
configurationSetArn()
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
|
String |
configurationSetName()
The name of the configuration set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventDestination |
eventDestination()
An EventDestination object containing the details of where events will be logged.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEventDestinationResponse.Builder> |
serializableBuilderClass() |
UpdateEventDestinationResponse.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) for the ConfigurationSet that was updated.
public final String configurationSetName()
The name of the configuration set.
public final EventDestination eventDestination()
An EventDestination object containing the details of where events will be logged.
public UpdateEventDestinationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>toBuilder in class AwsResponsepublic static UpdateEventDestinationResponse.Builder builder()
public static Class<? extends UpdateEventDestinationResponse.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.