7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticloadbalancing/model/ResponseMetadata.h>
11#include <aws/elasticloadbalancing/model/LoadBalancerDescription.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ElasticLoadBalancing
49 template<
typename LoadBalancerDescriptionsT = Aws::Vector<LoadBalancerDescription>>
50 void SetLoadBalancerDescriptions(LoadBalancerDescriptionsT&& value) { m_loadBalancerDescriptionsHasBeenSet =
true; m_loadBalancerDescriptions = std::forward<LoadBalancerDescriptionsT>(value); }
51 template<
typename LoadBalancerDescriptionsT = Aws::Vector<LoadBalancerDescription>>
53 template<
typename LoadBalancerDescriptionsT = LoadBalancerDescription>
63 template<
typename NextMarkerT = Aws::String>
64 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
65 template<
typename NextMarkerT = Aws::String>
72 template<
typename ResponseMetadataT = ResponseMetadata>
73 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
74 template<
typename ResponseMetadataT = ResponseMetadata>
80 bool m_loadBalancerDescriptionsHasBeenSet =
false;
83 bool m_nextMarkerHasBeenSet =
false;
86 bool m_responseMetadataHasBeenSet =
false;
void SetLoadBalancerDescriptions(LoadBalancerDescriptionsT &&value)
void SetNextMarker(NextMarkerT &&value)
DescribeLoadBalancersResult & WithLoadBalancerDescriptions(LoadBalancerDescriptionsT &&value)
DescribeLoadBalancersResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< LoadBalancerDescription > & GetLoadBalancerDescriptions() const
AWS_ELASTICLOADBALANCING_API DescribeLoadBalancersResult()=default
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICLOADBALANCING_API DescribeLoadBalancersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeLoadBalancersResult & WithNextMarker(NextMarkerT &&value)
DescribeLoadBalancersResult & AddLoadBalancerDescriptions(LoadBalancerDescriptionsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetNextMarker() const
AWS_ELASTICLOADBALANCING_API DescribeLoadBalancersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument