Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetObjectRequest.Builder,GetObjectRequest>
@Generated("software.amazon.awssdk:codegen") public class GetObjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetObjectRequest.Builder,GetObjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetObjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
|
static GetObjectRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ifMatch() |
Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412
(precondition failed).
|
Date |
ifModifiedSince() |
Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).
|
String |
ifNoneMatch() |
Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not
modified).
|
Date |
ifUnmodifiedSince() |
Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition
failed).
|
String |
key() |
|
Integer |
partNumber() |
Part number of the object being read.
|
String |
range() |
Downloads the specified range bytes of an object.
|
String |
requestPayer() |
|
String |
responseCacheControl() |
Sets the Cache-Control header of the response.
|
String |
responseContentDisposition() |
Sets the Content-Disposition header of the response
|
String |
responseContentEncoding() |
Sets the Content-Encoding header of the response.
|
String |
responseContentLanguage() |
Sets the Content-Language header of the response.
|
String |
responseContentType() |
Sets the Content-Type header of the response.
|
Date |
responseExpires() |
Sets the Expires header of the response.
|
static Class<? extends GetObjectRequest.Builder> |
serializableBuilderClass() |
|
String |
sseCustomerAlgorithm() |
Specifies the algorithm to use to when encrypting the object (e.g., AES256).
|
String |
sseCustomerKey() |
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
|
String |
sseCustomerKeyMD5() |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
|
GetObjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
VersionId used to reference a specific version of the object.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String bucket()
public String ifMatch()
public Date ifModifiedSince()
public String ifNoneMatch()
public Date ifUnmodifiedSince()
public String key()
public String range()
public String responseCacheControl()
public String responseContentDisposition()
public String responseContentEncoding()
public String responseContentLanguage()
public String responseContentType()
public Date responseExpires()
public String versionId()
public String sseCustomerAlgorithm()
public String sseCustomerKey()
public String sseCustomerKeyMD5()
public String requestPayer()
RequestPayer
public Integer partNumber()
public GetObjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetObjectRequest.Builder,GetObjectRequest>
public static GetObjectRequest.Builder builder()
public static Class<? extends GetObjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.