@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachToIndexRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachToIndexRequest() |
Modifier and Type | Method and Description |
---|---|
AttachToIndexRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
ObjectReference |
getIndexReference()
A reference to the index that you are attaching the object to.
|
ObjectReference |
getTargetReference()
A reference to the object that you are attaching to the index.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
void |
setIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
void |
setTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttachToIndexRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
AttachToIndexRequest |
withIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
AttachToIndexRequest |
withTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
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 setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
directoryArn
- The Amazon Resource Name (ARN) of the directory where the object and index exist.public String getDirectoryArn()
The Amazon Resource Name (ARN) of the directory where the object and index exist.
public AttachToIndexRequest withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
directoryArn
- The Amazon Resource Name (ARN) of the directory where the object and index exist.public void setIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
indexReference
- A reference to the index that you are attaching the object to.public ObjectReference getIndexReference()
A reference to the index that you are attaching the object to.
public AttachToIndexRequest withIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
indexReference
- A reference to the index that you are attaching the object to.public void setTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
targetReference
- A reference to the object that you are attaching to the index.public ObjectReference getTargetReference()
A reference to the object that you are attaching to the index.
public AttachToIndexRequest withTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
targetReference
- A reference to the object that you are attaching to the index.public String toString()
toString
in class Object
Object.toString()
public AttachToIndexRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.