@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuppressedDestinationAttributes extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains additional attributes that are related an email address that is on the suppression list for your account.
Constructor and Description |
---|
SuppressedDestinationAttributes() |
Modifier and Type | Method and Description |
---|---|
SuppressedDestinationAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getFeedbackId()
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
String |
getMessageId()
The unique identifier of the email message that caused the email address to be added to the suppression list for
your account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFeedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
void |
setMessageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list for
your account.
|
String |
toString()
Returns a string representation of this object.
|
SuppressedDestinationAttributes |
withFeedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
SuppressedDestinationAttributes |
withMessageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list for
your account.
|
public void setMessageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
messageId
- The unique identifier of the email message that caused the email address to be added to the suppression
list for your account.public String getMessageId()
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
public SuppressedDestinationAttributes withMessageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
messageId
- The unique identifier of the email message that caused the email address to be added to the suppression
list for your account.public void setFeedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
feedbackId
- A unique identifier that's generated when an email address is added to the suppression list for your
account.public String getFeedbackId()
A unique identifier that's generated when an email address is added to the suppression list for your account.
public SuppressedDestinationAttributes withFeedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
feedbackId
- A unique identifier that's generated when an email address is added to the suppression list for your
account.public String toString()
toString
in class Object
Object.toString()
public SuppressedDestinationAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.