/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides options for retrieving list of in-progress multipart uploads for an
* Amazon Glacier vault.See Also:
AWS
* API Reference
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 S3 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.
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 S3 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.
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 S3 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.
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 S3 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.
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 S3 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.
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 S3 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.
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 S3 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.
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 S3 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.
The name of the vault.
*/ inline const Aws::String& GetVaultName() const{ return m_vaultName; } /** *The name of the vault.
*/ inline bool VaultNameHasBeenSet() const { return m_vaultNameHasBeenSet; } /** *The name of the vault.
*/ inline void SetVaultName(const Aws::String& value) { m_vaultNameHasBeenSet = true; m_vaultName = value; } /** *The name of the vault.
*/ inline void SetVaultName(Aws::String&& value) { m_vaultNameHasBeenSet = true; m_vaultName = std::move(value); } /** *The name of the vault.
*/ inline void SetVaultName(const char* value) { m_vaultNameHasBeenSet = true; m_vaultName.assign(value); } /** *The name of the vault.
*/ inline ListMultipartUploadsRequest& WithVaultName(const Aws::String& value) { SetVaultName(value); return *this;} /** *The name of the vault.
*/ inline ListMultipartUploadsRequest& WithVaultName(Aws::String&& value) { SetVaultName(std::move(value)); return *this;} /** *The name of the vault.
*/ inline ListMultipartUploadsRequest& WithVaultName(const char* value) { SetVaultName(value); return *this;} /** *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.
*/ inline const Aws::String& GetMarker() const{ return m_marker; } /** *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.
*/ inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; } /** *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.
*/ inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; } /** *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.
*/ inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); } /** *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.
*/ inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); } /** *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.
*/ inline ListMultipartUploadsRequest& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} /** *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.
*/ inline ListMultipartUploadsRequest& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} /** *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.
*/ inline ListMultipartUploadsRequest& WithMarker(const char* value) { SetMarker(value); return *this;} /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline const Aws::String& GetLimit() const{ return m_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 50 * uploads.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline void SetLimit(const Aws::String& value) { m_limitHasBeenSet = true; m_limit = value; } /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline void SetLimit(Aws::String&& value) { m_limitHasBeenSet = true; m_limit = std::move(value); } /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline void SetLimit(const char* value) { m_limitHasBeenSet = true; m_limit.assign(value); } /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline ListMultipartUploadsRequest& WithLimit(const Aws::String& value) { SetLimit(value); return *this;} /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline ListMultipartUploadsRequest& WithLimit(Aws::String&& value) { SetLimit(std::move(value)); return *this;} /** *Specifies the maximum number of uploads returned in the response body. If * this value is not specified, the List Uploads operation returns up to 50 * uploads.
*/ inline ListMultipartUploadsRequest& WithLimit(const char* value) { SetLimit(value); return *this;} private: Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::String m_vaultName; bool m_vaultNameHasBeenSet = false; Aws::String m_marker; bool m_markerHasBeenSet = false; Aws::String m_limit; bool m_limitHasBeenSet = false; }; } // namespace Model } // namespace Glacier } // namespace Aws