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