@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIndexTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateIndexTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon resource name
(ARN) of the index that you want to update.
|
String |
getType()
The type of the index.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon resource name
(ARN) of the index that you want to update.
|
void |
setType(String type)
The type of the index.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIndexTypeRequest |
withArn(String arn)
The Amazon resource name
(ARN) of the index that you want to update.
|
UpdateIndexTypeRequest |
withType(IndexType type)
The type of the index.
|
UpdateIndexTypeRequest |
withType(String type)
The type of the index.
|
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 setArn(String arn)
The Amazon resource name (ARN) of the index that you want to update.
arn - The Amazon resource
name (ARN) of the index that you want to update.public String getArn()
The Amazon resource name (ARN) of the index that you want to update.
public UpdateIndexTypeRequest withArn(String arn)
The Amazon resource name (ARN) of the index that you want to update.
arn - The Amazon resource
name (ARN) of the index that you want to update.public void setType(String type)
The type of the index. To understand the difference between LOCAL and AGGREGATOR, see
Turning on
cross-Region search in the Amazon Web Services Resource Explorer User Guide.
type - The type of the index. To understand the difference between LOCAL and AGGREGATOR
, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexTypepublic String getType()
The type of the index. To understand the difference between LOCAL and AGGREGATOR, see
Turning on
cross-Region search in the Amazon Web Services Resource Explorer User Guide.
LOCAL and
AGGREGATOR, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexTypepublic UpdateIndexTypeRequest withType(String type)
The type of the index. To understand the difference between LOCAL and AGGREGATOR, see
Turning on
cross-Region search in the Amazon Web Services Resource Explorer User Guide.
type - The type of the index. To understand the difference between LOCAL and AGGREGATOR
, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexTypepublic UpdateIndexTypeRequest withType(IndexType type)
The type of the index. To understand the difference between LOCAL and AGGREGATOR, see
Turning on
cross-Region search in the Amazon Web Services Resource Explorer User Guide.
type - The type of the index. To understand the difference between LOCAL and AGGREGATOR
, see Turning on cross-Region search in the Amazon Web Services Resource Explorer User Guide.IndexTypepublic String toString()
toString in class ObjectObject.toString()public UpdateIndexTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.