Class ReceiptRuleSetMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.ses.model.ReceiptRuleSetMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
@Generated("software.amazon.awssdk:codegen") public final class ReceiptRuleSetMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
Information about a receipt rule set.
A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReceiptRuleSetMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReceiptRuleSetMetadata.Builderbuilder()InstantcreatedTimestamp()The date and time the receipt rule set was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the receipt rule set.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReceiptRuleSetMetadata.Builder>serializableBuilderClass()ReceiptRuleSetMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
name
public final String name()
The name of the receipt rule set. The name must meet the following requirements:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain 64 characters or fewer.
- Returns:
- The name of the receipt rule set. The name must meet the following requirements:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain 64 characters or fewer.
-
-
-
createdTimestamp
public final Instant createdTimestamp()
The date and time the receipt rule set was created.
- Returns:
- The date and time the receipt rule set was created.
-
toBuilder
public ReceiptRuleSetMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
-
builder
public static ReceiptRuleSetMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReceiptRuleSetMetadata.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
-
-