@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class HeadObjectRequest extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HeadObjectRequest.Builder |
protected static class |
HeadObjectRequest.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
HeadObjectRequest(HeadObjectRequest.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
String |
bucket() |
static HeadObjectRequest.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 |
sSECustomerAlgorithm() |
String |
sSECustomerKey() |
String |
sSECustomerKeyMD5() |
HeadObjectRequest.Builder |
toBuilder() |
String |
versionId() |
protected HeadObjectRequest(HeadObjectRequest.BuilderImpl builder)
public HeadObjectRequest.Builder toBuilder()
public static HeadObjectRequest.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 versionId()
public String sSECustomerAlgorithm()
public String sSECustomerKey()
public String sSECustomerKeyMD5()
public RequestPayer requestPayer()
public Integer partNumber()
public String expectedBucketOwner()
Copyright © 2021. All rights reserved.