@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
ReceiptRuleSetMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static ReceiptRuleSetMetadata.Builder |
builder() |
Instant |
createdTimestamp()
The date and time the receipt rule set was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the receipt rule set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReceiptRuleSetMetadata.Builder> |
serializableBuilderClass() |
ReceiptRuleSetMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the receipt rule set. The name must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
public final Instant createdTimestamp()
The date and time the receipt rule set was created.
public ReceiptRuleSetMetadata.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
public static ReceiptRuleSetMetadata.Builder builder()
public static Class<? extends ReceiptRuleSetMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.