@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKnowledgeBaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetKnowledgeBaseRequest() |
Modifier and Type | Method and Description |
---|---|
GetKnowledgeBaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base for which to get information.
|
int |
hashCode() |
void |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to get information.
|
String |
toString()
Returns a string representation of this object.
|
GetKnowledgeBaseRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to get information.
|
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 setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to get information.
knowledgeBaseId
- The unique identifier of the knowledge base for which to get information.public String getKnowledgeBaseId()
The unique identifier of the knowledge base for which to get information.
public GetKnowledgeBaseRequest withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to get information.
knowledgeBaseId
- The unique identifier of the knowledge base for which to get information.public String toString()
toString
in class Object
Object.toString()
public GetKnowledgeBaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()