Class VdmAttributes
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VdmAttributes.Builder,VdmAttributes>
The VDM attributes that apply to your Amazon SES account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VdmAttributes.Builderbuilder()final DashboardAttributesSpecifies additional settings for your VDM configuration as applicable to the Dashboard.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final GuardianAttributesSpecifies additional settings for your VDM configuration as applicable to the Guardian.final inthashCode()static Class<? extends VdmAttributes.Builder>final StringtoString()Returns a string representation of this object.final FeatureStatusSpecifies the status of your VDM configuration.final StringSpecifies the status of your VDM configuration.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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:
-
-
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:
-
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<VdmAttributes.Builder,VdmAttributes>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-