@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetObjectInformationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetObjectInformationRequest() |
Modifier and Type | Method and Description |
---|---|
GetObjectInformationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConsistencyLevel()
The consistency level at which to retrieve the object information.
|
String |
getDirectoryArn()
The ARN of the directory being retrieved.
|
ObjectReference |
getObjectReference()
A reference to the object.
|
int |
hashCode() |
void |
setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
void |
setConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
|
void |
setDirectoryArn(String directoryArn)
The ARN of the directory being retrieved.
|
void |
setObjectReference(ObjectReference objectReference)
A reference to the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetObjectInformationRequest |
withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest |
withConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory being retrieved.
|
GetObjectInformationRequest |
withObjectReference(ObjectReference objectReference)
A reference to the object.
|
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 ARN of the directory being retrieved.
directoryArn
- The ARN of the directory being retrieved.public String getDirectoryArn()
The ARN of the directory being retrieved.
public GetObjectInformationRequest withDirectoryArn(String directoryArn)
The ARN of the directory being retrieved.
directoryArn
- The ARN of the directory being retrieved.public void setObjectReference(ObjectReference objectReference)
A reference to the object.
objectReference
- A reference to the object.public ObjectReference getObjectReference()
A reference to the object.
public GetObjectInformationRequest withObjectReference(ObjectReference objectReference)
A reference to the object.
objectReference
- A reference to the object.public void setConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
public String getConsistencyLevel()
The consistency level at which to retrieve the object information.
ConsistencyLevel
public GetObjectInformationRequest withConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
public void setConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
public GetObjectInformationRequest withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
consistencyLevel
- The consistency level at which to retrieve the object information.ConsistencyLevel
public String toString()
toString
in class Object
Object.toString()
public GetObjectInformationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.