@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCallAnalyticsCategoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteCallAnalyticsCategoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCallAnalyticsCategoryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCategoryName()
The name of the call analytics category that you're choosing to delete.
|
int |
hashCode() |
void |
setCategoryName(String categoryName)
The name of the call analytics category that you're choosing to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCallAnalyticsCategoryRequest |
withCategoryName(String categoryName)
The name of the call analytics category that you're choosing to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setCategoryName(String categoryName)
The name of the call analytics category that you're choosing to delete. The value is case sensitive.
categoryName - The name of the call analytics category that you're choosing to delete. The value is case sensitive.public String getCategoryName()
The name of the call analytics category that you're choosing to delete. The value is case sensitive.
public DeleteCallAnalyticsCategoryRequest withCategoryName(String categoryName)
The name of the call analytics category that you're choosing to delete. The value is case sensitive.
categoryName - The name of the call analytics category that you're choosing to delete. The value is case sensitive.public String toString()
toString in class ObjectObject.toString()public DeleteCallAnalyticsCategoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.