Class PutSuppressedDestinationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sesv2.model.SesV2Request
-
- software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutSuppressedDestinationRequest.Builder,PutSuppressedDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutSuppressedDestinationRequest extends SesV2Request implements ToCopyableBuilder<PutSuppressedDestinationRequest.Builder,PutSuppressedDestinationRequest>
A request to add an email destination to the suppression list for your account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutSuppressedDestinationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutSuppressedDestinationRequest.Builderbuilder()StringemailAddress()The email address that should be added to the suppression list for your account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SuppressionListReasonreason()The factors that should cause the email address to be added to the suppression list for your account.StringreasonAsString()The factors that should cause the email address to be added to the suppression list for your account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutSuppressedDestinationRequest.Builder>serializableBuilderClass()PutSuppressedDestinationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
emailAddress
public final String emailAddress()
The email address that should be added to the suppression list for your account.
- Returns:
- The email address that should be added to the suppression list for your account.
-
reason
public final SuppressionListReason reason()
The factors that should cause the email address to be added to the suppression list for your account.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnSuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The factors that should cause the email address to be added to the suppression list for your account.
- See Also:
SuppressionListReason
-
reasonAsString
public final String reasonAsString()
The factors that should cause the email address to be added to the suppression list for your account.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnSuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The factors that should cause the email address to be added to the suppression list for your account.
- See Also:
SuppressionListReason
-
toBuilder
public PutSuppressedDestinationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutSuppressedDestinationRequest.Builder,PutSuppressedDestinationRequest>- Specified by:
toBuilderin classSesV2Request
-
builder
public static PutSuppressedDestinationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutSuppressedDestinationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-