@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class GetObjectRequest extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
GetObjectRequest.Builder |
protected static class |
GetObjectRequest.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
GetObjectRequest(GetObjectRequest.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
String |
bucket() |
static GetObjectRequest.Builder |
builder() |
boolean |
equals(Object rhs) |
String |
expectedBucketOwner() |
int |
hashCode() |
String |
ifMatch() |
java.time.Instant |
ifModifiedSince() |
String |
ifNoneMatch() |
java.time.Instant |
ifUnmodifiedSince() |
String |
key() |
Integer |
partNumber() |
String |
range() |
RequestPayer |
requestPayer() |
String |
responseCacheControl() |
String |
responseContentDisposition() |
String |
responseContentEncoding() |
String |
responseContentLanguage() |
String |
responseContentType() |
java.time.Instant |
responseExpires() |
String |
sSECustomerAlgorithm() |
String |
sSECustomerKey() |
String |
sSECustomerKeyMD5() |
GetObjectRequest.Builder |
toBuilder() |
String |
versionId() |
protected GetObjectRequest(GetObjectRequest.BuilderImpl builder)
public GetObjectRequest.Builder toBuilder()
public static GetObjectRequest.Builder builder()
public String bucket()
public String ifMatch()
public java.time.Instant ifModifiedSince()
public String ifNoneMatch()
public java.time.Instant ifUnmodifiedSince()
public String key()
public String range()
public String responseCacheControl()
public String responseContentDisposition()
public String responseContentEncoding()
public String responseContentLanguage()
public String responseContentType()
public java.time.Instant responseExpires()
public String versionId()
public String sSECustomerAlgorithm()
public String sSECustomerKey()
public String sSECustomerKeyMD5()
public RequestPayer requestPayer()
public Integer partNumber()
public String expectedBucketOwner()
Copyright © 2021. All rights reserved.