@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuppressedDestinationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary for the suppressed email destination.
| Constructor and Description |
|---|
SuppressedDestinationSummary() |
| Modifier and Type | Method and Description |
|---|---|
SuppressedDestinationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
The suppressed email destination.
|
Date |
getLastUpdateTime()
The last time the suppressed destination was updated.
|
String |
getReason()
The reason for which the email destination is suppressed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEmailAddress(String emailAddress)
The suppressed email destination.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the suppressed destination was updated.
|
void |
setReason(String reason)
The reason for which the email destination is suppressed.
|
String |
toString()
Returns a string representation of this object.
|
SuppressedDestinationSummary |
withEmailAddress(String emailAddress)
The suppressed email destination.
|
SuppressedDestinationSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the suppressed destination was updated.
|
SuppressedDestinationSummary |
withReason(String reason)
The reason for which the email destination is suppressed.
|
SuppressedDestinationSummary |
withReason(SuppressionListReason reason)
The reason for which the email destination is suppressed.
|
public void setEmailAddress(String emailAddress)
The suppressed email destination.
emailAddress - The suppressed email destination.public String getEmailAddress()
The suppressed email destination.
public SuppressedDestinationSummary withEmailAddress(String emailAddress)
The suppressed email destination.
emailAddress - The suppressed email destination.public void setReason(String reason)
The reason for which the email destination is suppressed.
reason - The reason for which the email destination is suppressed.SuppressionListReasonpublic String getReason()
The reason for which the email destination is suppressed.
SuppressionListReasonpublic SuppressedDestinationSummary withReason(String reason)
The reason for which the email destination is suppressed.
reason - The reason for which the email destination is suppressed.SuppressionListReasonpublic SuppressedDestinationSummary withReason(SuppressionListReason reason)
The reason for which the email destination is suppressed.
reason - The reason for which the email destination is suppressed.SuppressionListReasonpublic void setLastUpdateTime(Date lastUpdateTime)
The last time the suppressed destination was updated.
lastUpdateTime - The last time the suppressed destination was updated.public Date getLastUpdateTime()
The last time the suppressed destination was updated.
public SuppressedDestinationSummary withLastUpdateTime(Date lastUpdateTime)
The last time the suppressed destination was updated.
lastUpdateTime - The last time the suppressed destination was updated.public String toString()
toString in class ObjectObject.toString()public SuppressedDestinationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.