@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQuickResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetQuickResponseRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetQuickResponseRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getKnowledgeBaseId()
 The identifier of the knowledge base. 
 | 
String | 
getQuickResponseId()
 The identifier of the quick response. 
 | 
int | 
hashCode()  | 
void | 
setKnowledgeBaseId(String knowledgeBaseId)
 The identifier of the knowledge base. 
 | 
void | 
setQuickResponseId(String quickResponseId)
 The identifier of the quick response. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetQuickResponseRequest | 
withKnowledgeBaseId(String knowledgeBaseId)
 The identifier of the knowledge base. 
 | 
GetQuickResponseRequest | 
withQuickResponseId(String quickResponseId)
 The identifier of the quick response. 
 | 
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 identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.
knowledgeBaseId - The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.public String getKnowledgeBaseId()
The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.
public GetQuickResponseRequest withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.
knowledgeBaseId - The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.public void setQuickResponseId(String quickResponseId)
The identifier of the quick response.
quickResponseId - The identifier of the quick response.public String getQuickResponseId()
The identifier of the quick response.
public GetQuickResponseRequest withQuickResponseId(String quickResponseId)
The identifier of the quick response.
quickResponseId - The identifier of the quick response.public String toString()
toString in class ObjectObject.toString()public GetQuickResponseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()