@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateMultipartUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The Amazon S3 Glacier response to your request.
Constructor and Description |
---|
InitiateMultipartUploadResult() |
Modifier and Type | Method and Description |
---|---|
InitiateMultipartUploadResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
|
String |
getUploadId()
The ID of the multipart upload.
|
int |
hashCode() |
void |
setLocation(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
|
void |
setUploadId(String uploadId)
The ID of the multipart upload.
|
String |
toString()
Returns a string representation of this object.
|
InitiateMultipartUploadResult |
withLocation(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
|
InitiateMultipartUploadResult |
withUploadId(String uploadId)
The ID of the multipart upload.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocation(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
location
- The relative URI path of the multipart upload ID Amazon S3 Glacier created.public String getLocation()
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
public InitiateMultipartUploadResult withLocation(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
location
- The relative URI path of the multipart upload ID Amazon S3 Glacier created.public void setUploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
uploadId
- The ID of the multipart upload. This value is also included as part of the location.public String getUploadId()
The ID of the multipart upload. This value is also included as part of the location.
public InitiateMultipartUploadResult withUploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
uploadId
- The ID of the multipart upload. This value is also included as part of the location.public String toString()
toString
in class Object
Object.toString()
public InitiateMultipartUploadResult clone()