@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptOutListInformation extends Object implements Serializable, Cloneable, StructuredPojo
The information for all OptOutList in an Amazon Web Services account.
Constructor and Description |
---|
OptOutListInformation() |
Modifier and Type | Method and Description |
---|---|
OptOutListInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time when the OutOutList was created, in UNIX epoch time
format.
|
String |
getOptOutListArn()
The Amazon Resource Name (ARN) of the OptOutList.
|
String |
getOptOutListName()
The name of the OptOutList.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTimestamp(Date createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time
format.
|
void |
setOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
|
void |
setOptOutListName(String optOutListName)
The name of the OptOutList.
|
String |
toString()
Returns a string representation of this object.
|
OptOutListInformation |
withCreatedTimestamp(Date createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time
format.
|
OptOutListInformation |
withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
|
OptOutListInformation |
withOptOutListName(String optOutListName)
The name of the OptOutList.
|
public void setOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
optOutListArn
- The Amazon Resource Name (ARN) of the OptOutList.public String getOptOutListArn()
The Amazon Resource Name (ARN) of the OptOutList.
public OptOutListInformation withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
optOutListArn
- The Amazon Resource Name (ARN) of the OptOutList.public void setOptOutListName(String optOutListName)
The name of the OptOutList.
optOutListName
- The name of the OptOutList.public String getOptOutListName()
The name of the OptOutList.
public OptOutListInformation withOptOutListName(String optOutListName)
The name of the OptOutList.
optOutListName
- The name of the OptOutList.public void setCreatedTimestamp(Date createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time format.
createdTimestamp
- The time when the OutOutList was created, in UNIX epoch time
format.public Date getCreatedTimestamp()
The time when the OutOutList was created, in UNIX epoch time format.
public OptOutListInformation withCreatedTimestamp(Date createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time format.
createdTimestamp
- The time when the OutOutList was created, in UNIX epoch time
format.public String toString()
toString
in class Object
Object.toString()
public OptOutListInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.