@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfigurationSetTrackingOptionsRequest extends SesRequest implements ToCopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>
Represents a request to update the tracking options for a configuration set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfigurationSetTrackingOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfigurationSetTrackingOptionsRequest.Builder |
builder() |
String |
configurationSetName()
The name of the configuration set for which you want to update the custom tracking domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfigurationSetTrackingOptionsRequest.Builder> |
serializableBuilderClass() |
UpdateConfigurationSetTrackingOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrackingOptions |
trackingOptions()
Returns the value of the TrackingOptions property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSetName()
The name of the configuration set for which you want to update the custom tracking domain.
public final TrackingOptions trackingOptions()
public UpdateConfigurationSetTrackingOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>toBuilder in class SesRequestpublic static UpdateConfigurationSetTrackingOptionsRequest.Builder builder()
public static Class<? extends UpdateConfigurationSetTrackingOptionsRequest.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.