@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeywordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteKeywordResult() |
Modifier and Type | Method and Description |
---|---|
DeleteKeywordResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyword()
The keyword that was deleted.
|
String |
getKeywordAction()
The action that was associated with the deleted keyword.
|
String |
getKeywordMessage()
The message that was associated with the deleted keyword.
|
String |
getOriginationIdentity()
The PhoneNumberId or PoolId that the keyword was associated with.
|
String |
getOriginationIdentityArn()
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
int |
hashCode() |
void |
setKeyword(String keyword)
The keyword that was deleted.
|
void |
setKeywordAction(String keywordAction)
The action that was associated with the deleted keyword.
|
void |
setKeywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
|
void |
setOriginationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
|
void |
setOriginationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKeywordResult |
withKeyword(String keyword)
The keyword that was deleted.
|
DeleteKeywordResult |
withKeywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
|
DeleteKeywordResult |
withKeywordAction(String keywordAction)
The action that was associated with the deleted keyword.
|
DeleteKeywordResult |
withKeywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
|
DeleteKeywordResult |
withOriginationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
|
DeleteKeywordResult |
withOriginationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOriginationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
originationIdentityArn
- The PhoneNumberArn or PoolArn that the keyword was associated with.public String getOriginationIdentityArn()
The PhoneNumberArn or PoolArn that the keyword was associated with.
public DeleteKeywordResult withOriginationIdentityArn(String originationIdentityArn)
The PhoneNumberArn or PoolArn that the keyword was associated with.
originationIdentityArn
- The PhoneNumberArn or PoolArn that the keyword was associated with.public void setOriginationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
originationIdentity
- The PhoneNumberId or PoolId that the keyword was associated with.public String getOriginationIdentity()
The PhoneNumberId or PoolId that the keyword was associated with.
public DeleteKeywordResult withOriginationIdentity(String originationIdentity)
The PhoneNumberId or PoolId that the keyword was associated with.
originationIdentity
- The PhoneNumberId or PoolId that the keyword was associated with.public void setKeyword(String keyword)
The keyword that was deleted.
keyword
- The keyword that was deleted.public String getKeyword()
The keyword that was deleted.
public DeleteKeywordResult withKeyword(String keyword)
The keyword that was deleted.
keyword
- The keyword that was deleted.public void setKeywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
keywordMessage
- The message that was associated with the deleted keyword.public String getKeywordMessage()
The message that was associated with the deleted keyword.
public DeleteKeywordResult withKeywordMessage(String keywordMessage)
The message that was associated with the deleted keyword.
keywordMessage
- The message that was associated with the deleted keyword.public void setKeywordAction(String keywordAction)
The action that was associated with the deleted keyword.
keywordAction
- The action that was associated with the deleted keyword.KeywordAction
public String getKeywordAction()
The action that was associated with the deleted keyword.
KeywordAction
public DeleteKeywordResult withKeywordAction(String keywordAction)
The action that was associated with the deleted keyword.
keywordAction
- The action that was associated with the deleted keyword.KeywordAction
public DeleteKeywordResult withKeywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
keywordAction
- The action that was associated with the deleted keyword.KeywordAction
public String toString()
toString
in class Object
Object.toString()
public DeleteKeywordResult clone()