Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
@Generated("software.amazon.awssdk:codegen") public class GetObjectInformationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetObjectInformationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetObjectInformationRequest.Builder |
builder() |
|
String |
consistencyLevel() |
The consistency level at which to retrieve the object information.
|
String |
directoryArn() |
The ARN of the directory being retrieved.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ObjectReference |
objectReference() |
A reference to the object.
|
static Class<? extends GetObjectInformationRequest.Builder> |
serializableBuilderClass() |
|
GetObjectInformationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
The ARN of the directory being retrieved.
public ObjectReference objectReference()
A reference to the object.
public String consistencyLevel()
The consistency level at which to retrieve the object information.
ConsistencyLevel
public GetObjectInformationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetObjectInformationRequest.Builder,GetObjectInformationRequest>
public static GetObjectInformationRequest.Builder builder()
public static Class<? extends GetObjectInformationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.