7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
11#include <aws/elasticloadbalancing/model/Limit.h>
12#include <aws/elasticloadbalancing/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticLoadBalancing {
39 template <
typename LimitsT = Aws::Vector<Limit>>
41 m_limitsHasBeenSet =
true;
42 m_limits = std::forward<LimitsT>(value);
44 template <
typename LimitsT = Aws::Vector<Limit>>
49 template <
typename LimitsT = Limit>
51 m_limitsHasBeenSet =
true;
52 m_limits.emplace_back(std::forward<LimitsT>(value));
63 template <
typename NextMarkerT = Aws::String>
65 m_nextMarkerHasBeenSet =
true;
66 m_nextMarker = std::forward<NextMarkerT>(value);
68 template <
typename NextMarkerT = Aws::String>
78 template <
typename ResponseMetadataT = ResponseMetadata>
80 m_responseMetadataHasBeenSet =
true;
81 m_responseMetadata = std::forward<ResponseMetadataT>(value);
83 template <
typename ResponseMetadataT = ResponseMetadata>
98 bool m_limitsHasBeenSet =
false;
99 bool m_nextMarkerHasBeenSet =
false;
100 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< Limit > & GetLimits() const
DescribeAccountLimitsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeAccountLimitsResult & AddLimits(LimitsT &&value)
void SetLimits(LimitsT &&value)
void SetNextMarker(NextMarkerT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ELASTICLOADBALANCING_API DescribeAccountLimitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetNextMarker() const
DescribeAccountLimitsResult & WithLimits(LimitsT &&value)
AWS_ELASTICLOADBALANCING_API DescribeAccountLimitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeAccountLimitsResult & WithNextMarker(NextMarkerT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICLOADBALANCING_API DescribeAccountLimitsResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument