@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuppressedDestinationAttributes extends Object implements Serializable, Cloneable, StructuredPojo
An object containing additional attributes related to a suppressed destination.
| Constructor and Description |
|---|
SuppressedDestinationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SuppressedDestinationAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getFeedbackId()
A unique identifier of the suppression cause.
|
String |
getMessageId()
A unique identifier of the message that caused the suppression of the email destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFeedbackId(String feedbackId)
A unique identifier of the suppression cause.
|
void |
setMessageId(String messageId)
A unique identifier of the message that caused the suppression of the email destination.
|
String |
toString()
Returns a string representation of this object.
|
SuppressedDestinationAttributes |
withFeedbackId(String feedbackId)
A unique identifier of the suppression cause.
|
SuppressedDestinationAttributes |
withMessageId(String messageId)
A unique identifier of the message that caused the suppression of the email destination.
|
public void setMessageId(String messageId)
A unique identifier of the message that caused the suppression of the email destination.
messageId - A unique identifier of the message that caused the suppression of the email destination.public String getMessageId()
A unique identifier of the message that caused the suppression of the email destination.
public SuppressedDestinationAttributes withMessageId(String messageId)
A unique identifier of the message that caused the suppression of the email destination.
messageId - A unique identifier of the message that caused the suppression of the email destination.public void setFeedbackId(String feedbackId)
A unique identifier of the suppression cause.
feedbackId - A unique identifier of the suppression cause.public String getFeedbackId()
A unique identifier of the suppression cause.
public SuppressedDestinationAttributes withFeedbackId(String feedbackId)
A unique identifier of the suppression cause.
feedbackId - A unique identifier of the suppression cause.public String toString()
toString in class ObjectObject.toString()public SuppressedDestinationAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.