Class ReceiptRuleSetMetadata
java.lang.Object
com.amazonaws.services.simpleemail.model.ReceiptRuleSetMetadata
- All Implemented Interfaces:
Serializable
,Cloneable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time the receipt rule set was created.getName()
The name of the receipt rule set.int
hashCode()
void
setCreatedTimestamp
(Date createdTimestamp) The date and time the receipt rule set was created.void
The name of the receipt rule set.toString()
Returns a string representation of this object; useful for testing and debugging.withCreatedTimestamp
(Date createdTimestamp) The date and time the receipt rule set was created.The name of the receipt rule set.
-
Constructor Details
-
ReceiptRuleSetMetadata
public ReceiptRuleSetMetadata()
-
-
Method Details
-
setName
The name of the receipt rule set. The name must:
- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
- Parameters:
name
- The name of the receipt rule set. The name must:- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
-
getName
The name of the receipt rule set. The name must:
- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
- Returns:
- The name of the receipt rule set. The name must:
- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
-
withName
The name of the receipt rule set. The name must:
- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
- Parameters:
name
- The name of the receipt rule set. The name must:- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreatedTimestamp
The date and time the receipt rule set was created.
- Parameters:
createdTimestamp
- The date and time the receipt rule set was created.
-
getCreatedTimestamp
The date and time the receipt rule set was created.
- Returns:
- The date and time the receipt rule set was created.
-
withCreatedTimestamp
The date and time the receipt rule set was created.
- Parameters:
createdTimestamp
- The date and time the receipt rule set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-