public class ReceiptRuleSetMetadata
extends java.lang.Object
implements java.io.Serializable, java.lang.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.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
createdTimestamp
The date and time the receipt rule set was created.
|
private java.lang.String |
name
The name of the receipt rule set.
|
Constructor and Description |
---|
ReceiptRuleSetMetadata() |
Modifier and Type | Method and Description |
---|---|
ReceiptRuleSetMetadata |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedTimestamp()
The date and time the receipt rule set was created.
|
java.lang.String |
getName()
The name of the receipt rule set.
|
int |
hashCode() |
void |
setCreatedTimestamp(java.util.Date createdTimestamp)
The date and time the receipt rule set was created.
|
void |
setName(java.lang.String name)
The name of the receipt rule set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReceiptRuleSetMetadata |
withCreatedTimestamp(java.util.Date createdTimestamp)
The date and time the receipt rule set was created.
|
ReceiptRuleSetMetadata |
withName(java.lang.String name)
The name of the receipt rule set.
|
private java.lang.String name
The name of the receipt rule set. The name must:
private java.util.Date createdTimestamp
The date and time the receipt rule set was created.
public void setName(java.lang.String name)
The name of the receipt rule set. The name must:
name
- The name of the receipt rule set. The name must:
public java.lang.String getName()
The name of the receipt rule set. The name must:
public ReceiptRuleSetMetadata withName(java.lang.String name)
The name of the receipt rule set. The name must:
name
- The name of the receipt rule set. The name must:
public void setCreatedTimestamp(java.util.Date createdTimestamp)
The date and time the receipt rule set was created.
createdTimestamp
- The date and time the receipt rule set was created.public java.util.Date getCreatedTimestamp()
The date and time the receipt rule set was created.
public ReceiptRuleSetMetadata withCreatedTimestamp(java.util.Date createdTimestamp)
The date and time the receipt rule set was created.
createdTimestamp
- The date and time the receipt rule set was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReceiptRuleSetMetadata clone()
clone
in class java.lang.Object