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