/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for the DescribeAccountLimits action.See
* Also:
AWS
* API Reference
An account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline const Aws::VectorAn account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline void SetAccountLimits(const Aws::VectorAn account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline void SetAccountLimits(Aws::VectorAn account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline DescribeAccountLimitsResult& WithAccountLimits(const Aws::VectorAn account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline DescribeAccountLimitsResult& WithAccountLimits(Aws::VectorAn account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline DescribeAccountLimitsResult& AddAccountLimits(const AccountLimit& value) { m_accountLimits.push_back(value); return *this; } /** *An account limit structure that contain a list of CloudFormation account * limits and their values.
*/ inline DescribeAccountLimitsResult& AddAccountLimits(AccountLimit&& value) { m_accountLimits.push_back(std::move(value)); return *this; } /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline DescribeAccountLimitsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline DescribeAccountLimitsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *If the output exceeds 1 MB in size, a string that identifies the next page of * limits. If no additional page exists, this value is null.
*/ inline DescribeAccountLimitsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeAccountLimitsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeAccountLimitsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector