@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 Instant createdTimestamp()
The date and time the receipt rule set was created.
public ReceiptRuleSetMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
public static ReceiptRuleSetMetadata.Builder builder()
public static Class<? extends ReceiptRuleSetMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.