@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
knowledgeBaseId - The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This
should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.public String getKnowledgeBaseId()
The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
public DeleteQuickResponseRequest withKnowledgeBaseId(String knowledgeBaseId)
The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
knowledgeBaseId - The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This
should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()