@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeywordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKeywordRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKeywordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyword()
The keyword to delete.
|
String |
getOriginationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn.
|
int |
hashCode() |
void |
setKeyword(String keyword)
The keyword to delete.
|
void |
setOriginationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKeywordRequest |
withKeyword(String keyword)
The keyword to delete.
|
DeleteKeywordRequest |
withOriginationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setOriginationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and DescribePools to find the values of PoolId and PoolArn.
originationIdentity
- The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use
DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and
DescribePools to find the values of PoolId and PoolArn.public String getOriginationIdentity()
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and DescribePools to find the values of PoolId and PoolArn.
public DeleteKeywordRequest withOriginationIdentity(String originationIdentity)
The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and DescribePools to find the values of PoolId and PoolArn.
originationIdentity
- The origination identity to use such as a PhoneNumberId, PhoneNumberArn, PoolId or PoolArn. You can use
DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn and
DescribePools to find the values of PoolId and PoolArn.public void setKeyword(String keyword)
The keyword to delete.
keyword
- The keyword to delete.public String getKeyword()
The keyword to delete.
public DeleteKeywordRequest withKeyword(String keyword)
The keyword to delete.
keyword
- The keyword to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteKeywordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()