@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class UploadPartCopyRequest extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UploadPartCopyRequest.Builder |
protected static class |
UploadPartCopyRequest.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
UploadPartCopyRequest(UploadPartCopyRequest.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
String |
bucket() |
static UploadPartCopyRequest.Builder |
builder() |
String |
copySource() |
String |
copySourceIfMatch() |
java.time.Instant |
copySourceIfModifiedSince() |
String |
copySourceIfNoneMatch() |
java.time.Instant |
copySourceIfUnmodifiedSince() |
String |
copySourceRange() |
String |
copySourceSSECustomerAlgorithm() |
String |
copySourceSSECustomerKey() |
String |
copySourceSSECustomerKeyMD5() |
boolean |
equals(Object rhs) |
String |
expectedBucketOwner() |
String |
expectedSourceBucketOwner() |
int |
hashCode() |
String |
key() |
Integer |
partNumber() |
RequestPayer |
requestPayer() |
String |
sSECustomerAlgorithm() |
String |
sSECustomerKey() |
String |
sSECustomerKeyMD5() |
UploadPartCopyRequest.Builder |
toBuilder() |
String |
uploadId() |
protected UploadPartCopyRequest(UploadPartCopyRequest.BuilderImpl builder)
public UploadPartCopyRequest.Builder toBuilder()
public static UploadPartCopyRequest.Builder builder()
public String bucket()
public String copySource()
public String copySourceIfMatch()
public java.time.Instant copySourceIfModifiedSince()
public String copySourceIfNoneMatch()
public java.time.Instant copySourceIfUnmodifiedSince()
public String copySourceRange()
public String key()
public Integer partNumber()
public String uploadId()
public String sSECustomerAlgorithm()
public String sSECustomerKey()
public String sSECustomerKeyMD5()
public String copySourceSSECustomerAlgorithm()
public String copySourceSSECustomerKey()
public String copySourceSSECustomerKeyMD5()
public RequestPayer requestPayer()
public String expectedBucketOwner()
public String expectedSourceBucketOwner()
Copyright © 2021. All rights reserved.