@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveKnowledgeBaseTemplateUriRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveKnowledgeBaseTemplateUriRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveKnowledgeBaseTemplateUriRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId()
The the identifier of the knowledge base.
|
int |
hashCode() |
void |
setKnowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
String |
toString()
Returns a string representation of this object.
|
RemoveKnowledgeBaseTemplateUriRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
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 RemoveKnowledgeBaseTemplateUriRequest()
public void setKnowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId - The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getKnowledgeBaseId()
The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
public RemoveKnowledgeBaseTemplateUriRequest withKnowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId - The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.public String toString()
toString in class ObjectObject.toString()public RemoveKnowledgeBaseTemplateUriRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.