@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfigurationSetEventDestinationRequest extends PinpointEmailRequest implements ToCopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
A request to change the settings for an event destination for a configuration set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfigurationSetEventDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfigurationSetEventDestinationRequest.Builder |
builder() |
String |
configurationSetName()
The name of the configuration set that contains the event destination that you want to modify.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventDestinationDefinition |
eventDestination()
An object that defines the event destination.
|
String |
eventDestinationName()
The name of the event destination that you want to modify.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder> |
serializableBuilderClass() |
UpdateConfigurationSetEventDestinationRequest.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 that contains the event destination that you want to modify.
public final String eventDestinationName()
The name of the event destination that you want to modify.
public final EventDestinationDefinition eventDestination()
An object that defines the event destination.
public UpdateConfigurationSetEventDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>toBuilder in class PinpointEmailRequestpublic static UpdateConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends UpdateConfigurationSetEventDestinationRequest.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 © 2022. All rights reserved.