@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKnowledgeBaseTemplateUriRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKnowledgeBaseTemplateUriRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKnowledgeBaseTemplateUriRequest |
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 |
getTemplateUri()
The template URI to update.
|
int |
hashCode() |
void |
setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
void |
setTemplateUri(String templateUri)
The template URI to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKnowledgeBaseTemplateUriRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
UpdateKnowledgeBaseTemplateUriRequest |
withTemplateUri(String templateUri)
The template URI to update.
|
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 UpdateKnowledgeBaseTemplateUriRequest()
public void setKnowledgeBaseId(String knowledgeBaseId)
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. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId
- 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. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getKnowledgeBaseId()
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. Can be either the ID or the ARN. URLs cannot contain the ARN.
public UpdateKnowledgeBaseTemplateUriRequest withKnowledgeBaseId(String knowledgeBaseId)
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. Can be either the ID or the ARN. URLs cannot contain the ARN.
knowledgeBaseId
- 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. Can be either the ID or the ARN. URLs cannot contain the ARN.public void setTemplateUri(String templateUri)
The template URI to update.
templateUri
- The template URI to update.public String getTemplateUri()
The template URI to update.
public UpdateKnowledgeBaseTemplateUriRequest withTemplateUri(String templateUri)
The template URI to update.
templateUri
- The template URI to update.public String toString()
toString
in class Object
Object.toString()
public UpdateKnowledgeBaseTemplateUriRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()