@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) |
<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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String configurationSetName()
The name of the configuration set for which you want to update the custom tracking domain.
public TrackingOptions trackingOptions()
public UpdateConfigurationSetTrackingOptionsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>
toBuilder
in class SesRequest
public static UpdateConfigurationSetTrackingOptionsRequest.Builder builder()
public static Class<? extends UpdateConfigurationSetTrackingOptionsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.