@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMultipartUploadsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Provides options for retrieving list of in-progress multipart uploads for an Amazon Glacier vault.
NOOP
Constructor and Description |
---|
ListMultipartUploadsRequest()
Default constructor for ListMultipartUploadsRequest object.
|
ListMultipartUploadsRequest(String vaultName)
Constructs a new ListMultipartUploadsRequest object.
|
ListMultipartUploadsRequest(String accountId,
String vaultName)
Constructs a new ListMultipartUploadsRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The
AccountId value is the AWS account ID of the account that owns the vault. |
String |
getLimit()
Specifies the maximum number of uploads returned in the response body.
|
String |
getUploadIdMarker()
An opaque string used for pagination.
|
String |
getVaultName()
The name of the vault.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
void |
setLimit(String limit)
Specifies the maximum number of uploads returned in the response body.
|
void |
setUploadIdMarker(String uploadIdMarker)
An opaque string used for pagination.
|
void |
setVaultName(String vaultName)
The name of the vault.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListMultipartUploadsRequest |
withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
ListMultipartUploadsRequest |
withLimit(String limit)
Specifies the maximum number of uploads returned in the response body.
|
ListMultipartUploadsRequest |
withUploadIdMarker(String uploadIdMarker)
An opaque string used for pagination.
|
ListMultipartUploadsRequest |
withVaultName(String vaultName)
The name of the vault.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListMultipartUploadsRequest()
public ListMultipartUploadsRequest(String vaultName)
vaultName
- The name of the vault.public ListMultipartUploadsRequest(String accountId, String vaultName)
accountId
- The AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account
ID, do not include any hyphens ('-') in the ID.vaultName
- The name of the vault.public void setAccountId(String accountId)
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
accountId
- The AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account
ID, do not include any hyphens ('-') in the ID.public String getAccountId()
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account
ID, do not include any hyphens ('-') in the ID.public ListMultipartUploadsRequest withAccountId(String accountId)
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
accountId
- The AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account
ID, do not include any hyphens ('-') in the ID.public void setVaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.public String getVaultName()
The name of the vault.
public ListMultipartUploadsRequest withVaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.public void setLimit(String limit)
Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.
limit
- Specifies the maximum number of uploads returned in the response body. If this value is not specified, the
List Uploads operation returns up to 1,000 uploads.public String getLimit()
Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.
public ListMultipartUploadsRequest withLimit(String limit)
Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.
limit
- Specifies the maximum number of uploads returned in the response body. If this value is not specified, the
List Uploads operation returns up to 1,000 uploads.public void setUploadIdMarker(String uploadIdMarker)
An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.
uploadIdMarker
- An opaque string used for pagination. This value specifies the upload at which the listing of uploads
should begin. Get the marker value from a previous List Uploads response. You need only include the marker
if you are continuing the pagination of results started in a previous List Uploads request.public String getUploadIdMarker()
An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.
public ListMultipartUploadsRequest withUploadIdMarker(String uploadIdMarker)
An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.
uploadIdMarker
- An opaque string used for pagination. This value specifies the upload at which the listing of uploads
should begin. Get the marker value from a previous List Uploads response. You need only include the marker
if you are continuing the pagination of results started in a previous List Uploads request.public String toString()
toString
in class Object
Object.toString()
public ListMultipartUploadsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.