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/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
11#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
12#include <aws/elasticloadbalancingv2/model/Rule.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2 {
38 template <
typename RulesT = Aws::Vector<Rule>>
40 m_rulesHasBeenSet =
true;
41 m_rules = std::forward<RulesT>(value);
43 template <
typename RulesT = Aws::Vector<Rule>>
45 SetRules(std::forward<RulesT>(value));
48 template <
typename RulesT = Rule>
50 m_rulesHasBeenSet =
true;
51 m_rules.emplace_back(std::forward<RulesT>(value));
62 template <
typename NextMarkerT = Aws::String>
64 m_nextMarkerHasBeenSet =
true;
65 m_nextMarker = std::forward<NextMarkerT>(value);
67 template <
typename NextMarkerT = Aws::String>
77 template <
typename ResponseMetadataT = ResponseMetadata>
79 m_responseMetadataHasBeenSet =
true;
80 m_responseMetadata = std::forward<ResponseMetadataT>(value);
82 template <
typename ResponseMetadataT = ResponseMetadata>
97 bool m_rulesHasBeenSet =
false;
98 bool m_nextMarkerHasBeenSet =
false;
99 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API DescribeRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICLOADBALANCINGV2_API DescribeRulesResult()=default
DescribeRulesResult & WithRules(RulesT &&value)
DescribeRulesResult & WithNextMarker(NextMarkerT &&value)
void SetRules(RulesT &&value)
DescribeRulesResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< Rule > & GetRules() const
DescribeRulesResult & AddRules(RulesT &&value)
const Aws::String & GetNextMarker() const
AWS_ELASTICLOADBALANCINGV2_API DescribeRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextMarker(NextMarkerT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument