@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class CopyObjectOutput extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
CopyObjectOutput.Builder |
protected static class |
CopyObjectOutput.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
CopyObjectOutput(CopyObjectOutput.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
Boolean |
bucketKeyEnabled() |
static CopyObjectOutput.Builder |
builder() |
CopyObjectResult |
copyObjectResult() |
String |
copySourceVersionId() |
boolean |
equals(Object rhs) |
String |
expiration() |
int |
hashCode() |
RequestCharged |
requestCharged() |
ServerSideEncryption |
serverSideEncryption() |
String |
sSECustomerAlgorithm() |
String |
sSECustomerKeyMD5() |
String |
sSEKMSEncryptionContext() |
String |
sSEKMSKeyId() |
CopyObjectOutput.Builder |
toBuilder() |
String |
versionId() |
protected CopyObjectOutput(CopyObjectOutput.BuilderImpl builder)
public CopyObjectOutput.Builder toBuilder()
public static CopyObjectOutput.Builder builder()
public CopyObjectResult copyObjectResult()
public String expiration()
public String copySourceVersionId()
public String versionId()
public ServerSideEncryption serverSideEncryption()
public String sSECustomerAlgorithm()
public String sSECustomerKeyMD5()
public String sSEKMSKeyId()
public String sSEKMSEncryptionContext()
public Boolean bucketKeyEnabled()
public RequestCharged requestCharged()
Copyright © 2021. All rights reserved.