public class CompleteMultipartUploadResponse extends Object
| Constructor and Description |
|---|
CompleteMultipartUploadResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getBucket() |
String |
geteTag() |
String |
getExpiration() |
String |
getKey() |
String |
getLocation() |
String |
getRequestCharged() |
String |
getServerSideEncryption() |
String |
getSsekmsKeyId() |
String |
getVersionId() |
int |
hashCode() |
boolean |
isBucketKeyEnabled() |
void |
setBucket(String bucket) |
void |
setBucketKeyEnabled(boolean bucketKeyEnabled) |
void |
seteTag(String eTag) |
void |
setExpiration(String expiration) |
void |
setKey(String key) |
void |
setLocation(String location) |
void |
setRequestCharged(String requestCharged) |
void |
setServerSideEncryption(String serverSideEncryption) |
void |
setSsekmsKeyId(String ssekmsKeyId) |
void |
setVersionId(String versionId) |
public String getLocation()
public void setLocation(String location)
public String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public String getExpiration()
public void setExpiration(String expiration)
public String geteTag()
public void seteTag(String eTag)
public String getServerSideEncryption()
public void setServerSideEncryption(String serverSideEncryption)
public String getVersionId()
public void setVersionId(String versionId)
public String getSsekmsKeyId()
public void setSsekmsKeyId(String ssekmsKeyId)
public boolean isBucketKeyEnabled()
public void setBucketKeyEnabled(boolean bucketKeyEnabled)
public String getRequestCharged()
public void setRequestCharged(String requestCharged)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.