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