Class VdmAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.VdmAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VdmAttributes.Builder,VdmAttributes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVdmAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VdmAttributes.Builderbuilder()DashboardAttributesdashboardAttributes()Specifies additional settings for your VDM configuration as applicable to the Dashboard.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GuardianAttributesguardianAttributes()Specifies additional settings for your VDM configuration as applicable to the Guardian.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VdmAttributes.Builder>serializableBuilderClass()VdmAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.FeatureStatusvdmEnabled()Specifies the status of your VDM configuration.StringvdmEnabledAsString()Specifies the status of your VDM configuration.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vdmEnabled
public 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,
vdmEnabledwill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvdmEnabledAsString().- Returns:
- 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.
-
- See Also:
FeatureStatus
-
-
vdmEnabledAsString
public 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,
vdmEnabledwill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvdmEnabledAsString().- Returns:
- 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.
-
- See Also:
FeatureStatus
-
-
dashboardAttributes
public final DashboardAttributes dashboardAttributes()
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- Returns:
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
-
guardianAttributes
public final GuardianAttributes guardianAttributes()
Specifies additional settings for your VDM configuration as applicable to the Guardian.
- Returns:
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
-
toBuilder
public VdmAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VdmAttributes.Builder,VdmAttributes>
-
builder
public static VdmAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends VdmAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-