/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Result structure contains a list of all available bundles with details.
* See Also:
AWS
* API Reference
A list of bundles.
*/ inline const Aws::VectorA list of bundles.
*/ inline void SetBundleList(const Aws::VectorA list of bundles.
*/ inline void SetBundleList(Aws::VectorA list of bundles.
*/ inline ListBundlesResult& WithBundleList(const Aws::VectorA list of bundles.
*/ inline ListBundlesResult& WithBundleList(Aws::VectorA list of bundles.
*/ inline ListBundlesResult& AddBundleList(const BundleDetails& value) { m_bundleList.push_back(value); return *this; } /** *A list of bundles.
*/ inline ListBundlesResult& AddBundleList(BundleDetails&& value) { m_bundleList.push_back(std::move(value)); return *this; } /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline ListBundlesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline ListBundlesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Pagination token. If non-null pagination token is returned in a result, then * pass its value in another request to fetch more entries.
*/ inline ListBundlesResult& WithNextToken(const char* value) { SetNextToken(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 ListBundlesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListBundlesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListBundlesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector