@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOptOutListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteOptOutListResult() |
Modifier and Type | Method and Description |
---|---|
DeleteOptOutListResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time when the OptOutList was created, in UNIX epoch time
format.
|
String |
getOptOutListArn()
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
String |
getOptOutListName()
The name of the OptOutList that was removed.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time
format.
|
void |
setOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
void |
setOptOutListName(String optOutListName)
The name of the OptOutList that was removed.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOptOutListResult |
withCreatedTimestamp(Date createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time
format.
|
DeleteOptOutListResult |
withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
DeleteOptOutListResult |
withOptOutListName(String optOutListName)
The name of the OptOutList that was removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
optOutListArn
- The Amazon Resource Name (ARN) of the OptOutList that was removed.public String getOptOutListArn()
The Amazon Resource Name (ARN) of the OptOutList that was removed.
public DeleteOptOutListResult withOptOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
optOutListArn
- The Amazon Resource Name (ARN) of the OptOutList that was removed.public void setOptOutListName(String optOutListName)
The name of the OptOutList that was removed.
optOutListName
- The name of the OptOutList that was removed.public String getOptOutListName()
The name of the OptOutList that was removed.
public DeleteOptOutListResult withOptOutListName(String optOutListName)
The name of the OptOutList that was removed.
optOutListName
- The name of the OptOutList that was removed.public void setCreatedTimestamp(Date createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time format.
createdTimestamp
- The time when the OptOutList was created, in UNIX epoch time
format.public Date getCreatedTimestamp()
The time when the OptOutList was created, in UNIX epoch time format.
public DeleteOptOutListResult withCreatedTimestamp(Date createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time format.
createdTimestamp
- The time when the OptOutList was created, in UNIX epoch time
format.public String toString()
toString
in class Object
Object.toString()
public DeleteOptOutListResult clone()