7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudformation/model/ResponseMetadata.h>
11#include <aws/cloudformation/model/AccountLimit.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CloudFormation
50 template<
typename AccountLimitsT = Aws::Vector<AccountLimit>>
51 void SetAccountLimits(AccountLimitsT&& value) { m_accountLimitsHasBeenSet =
true; m_accountLimits = std::forward<AccountLimitsT>(value); }
52 template<
typename AccountLimitsT = Aws::Vector<AccountLimit>>
54 template<
typename AccountLimitsT = AccountLimit>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
73 template<
typename ResponseMetadataT = ResponseMetadata>
74 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
75 template<
typename ResponseMetadataT = ResponseMetadata>
81 bool m_accountLimitsHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_responseMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument