/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for response parameters to ListPackagesForDomain
*
operation. See Also:
AWS
* API Reference
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
List of DomainPackageDetails
objects.
Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline ListPackagesForDomainResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline ListPackagesForDomainResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Pagination token that needs to be supplied to the next call to get the next * page of results.
*/ inline ListPackagesForDomainResult& 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 ListPackagesForDomainResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListPackagesForDomainResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListPackagesForDomainResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector