@Generated(value="software.amazon.awssdk:codegen") public final class GuardianAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GuardianAttributes.Builder,GuardianAttributes>
An object containing additional settings for your VDM configuration as applicable to the Guardian.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GuardianAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GuardianAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FeatureStatus |
optimizedSharedDelivery()
Specifies the status of your VDM optimized shared delivery.
|
String |
optimizedSharedDeliveryAsString()
Specifies the status of your VDM optimized shared delivery.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GuardianAttributes.Builder> |
serializableBuilderClass() |
GuardianAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FeatureStatus optimizedSharedDelivery()
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED – Amazon SES enables optimized shared delivery for your account.
DISABLED – Amazon SES disables optimized shared delivery for your account.
If the service returns an enum value that is not available in the current SDK version,
optimizedSharedDelivery will return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from optimizedSharedDeliveryAsString().
ENABLED – Amazon SES enables optimized shared delivery for your account.
DISABLED – Amazon SES disables optimized shared delivery for your account.
FeatureStatuspublic final String optimizedSharedDeliveryAsString()
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED – Amazon SES enables optimized shared delivery for your account.
DISABLED – Amazon SES disables optimized shared delivery for your account.
If the service returns an enum value that is not available in the current SDK version,
optimizedSharedDelivery will return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from optimizedSharedDeliveryAsString().
ENABLED – Amazon SES enables optimized shared delivery for your account.
DISABLED – Amazon SES disables optimized shared delivery for your account.
FeatureStatuspublic GuardianAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GuardianAttributes.Builder,GuardianAttributes>public static GuardianAttributes.Builder builder()
public static Class<? extends GuardianAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.