@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQuickResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteQuickResponseRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteQuickResponseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId()
The knowledge base from which the quick response is deleted.
|
String |
getQuickResponseId()
The identifier of the quick response to delete.
|
int |
hashCode() |
void |
setKnowledgeBaseId(String knowledgeBaseId)
The knowledge base from which the quick response is deleted.
|
void |
setQuickResponseId(String quickResponseId)
The identifier of the quick response to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQuickResponseRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The knowledge base from which the quick response is deleted.
|
DeleteQuickResponseRequest |
withQuickResponseId(String quickResponseId)
The identifier of the quick response 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 setKnowledgeBaseId(String knowledgeBaseId)
The knowledge base from which the quick response is deleted. The identifier of the knowledge base.
knowledgeBaseId - The knowledge base from which the quick response is deleted. The identifier of the knowledge base.public String getKnowledgeBaseId()
The knowledge base from which the quick response is deleted. The identifier of the knowledge base.
public DeleteQuickResponseRequest withKnowledgeBaseId(String knowledgeBaseId)
The knowledge base from which the quick response is deleted. The identifier of the knowledge base.
knowledgeBaseId - The knowledge base from which the quick response is deleted. The identifier of the knowledge base.public void setQuickResponseId(String quickResponseId)
The identifier of the quick response to delete.
quickResponseId - The identifier of the quick response to delete.public String getQuickResponseId()
The identifier of the quick response to delete.
public DeleteQuickResponseRequest withQuickResponseId(String quickResponseId)
The identifier of the quick response to delete.
quickResponseId - The identifier of the quick response to delete.public String toString()
toString in class ObjectObject.toString()public DeleteQuickResponseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.