@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOptedOutNumberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteOptedOutNumberResult() |
Modifier and Type | Method and Description |
---|---|
DeleteOptedOutNumberResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEndUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
|
String |
getOptedOutNumber()
The phone number that was removed from the OptOutList.
|
Date |
getOptedOutTimestamp()
The time that the number was removed at, in UNIX epoch time format.
|
String |
getOptOutListArn()
The OptOutListArn that the phone number was removed from.
|
String |
getOptOutListName()
The OptOutListName that the phone number was removed from.
|
int |
hashCode() |
Boolean |
isEndUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
|
void |
setEndUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
|
void |
setOptedOutNumber(String optedOutNumber)
The phone number that was removed from the OptOutList.
|
void |
setOptedOutTimestamp(Date optedOutTimestamp)
The time that the number was removed at, in UNIX epoch time format.
|
void |
setOptOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
|
void |
setOptOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOptedOutNumberResult |
withEndUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
|
DeleteOptedOutNumberResult |
withOptedOutNumber(String optedOutNumber)
The phone number that was removed from the OptOutList.
|
DeleteOptedOutNumberResult |
withOptedOutTimestamp(Date optedOutTimestamp)
The time that the number was removed at, in UNIX epoch time format.
|
DeleteOptedOutNumberResult |
withOptOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
|
DeleteOptedOutNumberResult |
withOptOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOptOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
optOutListArn
- The OptOutListArn that the phone number was removed from.public String getOptOutListArn()
The OptOutListArn that the phone number was removed from.
public DeleteOptedOutNumberResult withOptOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
optOutListArn
- The OptOutListArn that the phone number was removed from.public void setOptOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
optOutListName
- The OptOutListName that the phone number was removed from.public String getOptOutListName()
The OptOutListName that the phone number was removed from.
public DeleteOptedOutNumberResult withOptOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
optOutListName
- The OptOutListName that the phone number was removed from.public void setOptedOutNumber(String optedOutNumber)
The phone number that was removed from the OptOutList.
optedOutNumber
- The phone number that was removed from the OptOutList.public String getOptedOutNumber()
The phone number that was removed from the OptOutList.
public DeleteOptedOutNumberResult withOptedOutNumber(String optedOutNumber)
The phone number that was removed from the OptOutList.
optedOutNumber
- The phone number that was removed from the OptOutList.public void setOptedOutTimestamp(Date optedOutTimestamp)
The time that the number was removed at, in UNIX epoch time format.
optedOutTimestamp
- The time that the number was removed at, in UNIX epoch time
format.public Date getOptedOutTimestamp()
The time that the number was removed at, in UNIX epoch time format.
public DeleteOptedOutNumberResult withOptedOutTimestamp(Date optedOutTimestamp)
The time that the number was removed at, in UNIX epoch time format.
optedOutTimestamp
- The time that the number was removed at, in UNIX epoch time
format.public void setEndUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
endUserOptedOut
- This is true if it was the end user who requested their phone number be removed.public Boolean getEndUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
public DeleteOptedOutNumberResult withEndUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
endUserOptedOut
- This is true if it was the end user who requested their phone number be removed.public Boolean isEndUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
public String toString()
toString
in class Object
Object.toString()
public DeleteOptedOutNumberResult clone()