@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateThesaurusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateThesaurusRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateThesaurusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The updated description of the thesaurus.
|
String |
getId()
The identifier of the thesaurus to update.
|
String |
getIndexId()
The identifier of the index associated with the thesaurus to update.
|
String |
getName()
The updated name of the thesaurus.
|
String |
getRoleArn()
The updated role ARN of the thesaurus.
|
S3Path |
getSourceS3Path() |
int |
hashCode() |
void |
setDescription(String description)
The updated description of the thesaurus.
|
void |
setId(String id)
The identifier of the thesaurus to update.
|
void |
setIndexId(String indexId)
The identifier of the index associated with the thesaurus to update.
|
void |
setName(String name)
The updated name of the thesaurus.
|
void |
setRoleArn(String roleArn)
The updated role ARN of the thesaurus.
|
void |
setSourceS3Path(S3Path sourceS3Path) |
String |
toString()
Returns a string representation of this object.
|
UpdateThesaurusRequest |
withDescription(String description)
The updated description of the thesaurus.
|
UpdateThesaurusRequest |
withId(String id)
The identifier of the thesaurus to update.
|
UpdateThesaurusRequest |
withIndexId(String indexId)
The identifier of the index associated with the thesaurus to update.
|
UpdateThesaurusRequest |
withName(String name)
The updated name of the thesaurus.
|
UpdateThesaurusRequest |
withRoleArn(String roleArn)
The updated role ARN of the thesaurus.
|
UpdateThesaurusRequest |
withSourceS3Path(S3Path sourceS3Path) |
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 void setId(String id)
The identifier of the thesaurus to update.
id - The identifier of the thesaurus to update.public String getId()
The identifier of the thesaurus to update.
public UpdateThesaurusRequest withId(String id)
The identifier of the thesaurus to update.
id - The identifier of the thesaurus to update.public void setName(String name)
The updated name of the thesaurus.
name - The updated name of the thesaurus.public String getName()
The updated name of the thesaurus.
public UpdateThesaurusRequest withName(String name)
The updated name of the thesaurus.
name - The updated name of the thesaurus.public void setIndexId(String indexId)
The identifier of the index associated with the thesaurus to update.
indexId - The identifier of the index associated with the thesaurus to update.public String getIndexId()
The identifier of the index associated with the thesaurus to update.
public UpdateThesaurusRequest withIndexId(String indexId)
The identifier of the index associated with the thesaurus to update.
indexId - The identifier of the index associated with the thesaurus to update.public void setDescription(String description)
The updated description of the thesaurus.
description - The updated description of the thesaurus.public String getDescription()
The updated description of the thesaurus.
public UpdateThesaurusRequest withDescription(String description)
The updated description of the thesaurus.
description - The updated description of the thesaurus.public void setRoleArn(String roleArn)
The updated role ARN of the thesaurus.
roleArn - The updated role ARN of the thesaurus.public String getRoleArn()
The updated role ARN of the thesaurus.
public UpdateThesaurusRequest withRoleArn(String roleArn)
The updated role ARN of the thesaurus.
roleArn - The updated role ARN of the thesaurus.public void setSourceS3Path(S3Path sourceS3Path)
sourceS3Path - public S3Path getSourceS3Path()
public UpdateThesaurusRequest withSourceS3Path(S3Path sourceS3Path)
sourceS3Path - public String toString()
toString in class ObjectObject.toString()public UpdateThesaurusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.