/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the Amazon S3 Glacier response to your request.See
* Also:
AWS
* API Reference
List of vaults.
*/ inline const Aws::VectorList of vaults.
*/ inline void SetVaultList(const Aws::VectorList of vaults.
*/ inline void SetVaultList(Aws::VectorList of vaults.
*/ inline ListVaultsResult& WithVaultList(const Aws::VectorList of vaults.
*/ inline ListVaultsResult& WithVaultList(Aws::VectorList of vaults.
*/ inline ListVaultsResult& AddVaultList(const DescribeVaultOutput& value) { m_vaultList.push_back(value); return *this; } /** *List of vaults.
*/ inline ListVaultsResult& AddVaultList(DescribeVaultOutput&& value) { m_vaultList.push_back(std::move(value)); return *this; } /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline const Aws::String& GetMarker() const{ return m_marker; } /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline void SetMarker(const Aws::String& value) { m_marker = value; } /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline void SetMarker(Aws::String&& value) { m_marker = std::move(value); } /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline void SetMarker(const char* value) { m_marker.assign(value); } /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline ListVaultsResult& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline ListVaultsResult& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} /** *The vault ARN at which to continue pagination of the results. You use the * marker in another List Vaults request to obtain more vaults in the list.
*/ inline ListVaultsResult& WithMarker(const char* value) { SetMarker(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListVaultsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListVaultsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListVaultsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector