7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/elasticloadbalancing/ElasticLoadBalancingRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ElasticLoadBalancing
50 template<
typename LoadBalancerNamesT = Aws::Vector<Aws::String>>
51 void SetLoadBalancerNames(LoadBalancerNamesT&& value) { m_loadBalancerNamesHasBeenSet =
true; m_loadBalancerNames = std::forward<LoadBalancerNamesT>(value); }
52 template<
typename LoadBalancerNamesT = Aws::Vector<Aws::String>>
54 template<
typename LoadBalancerNamesT = Aws::String>
65 template<
typename MarkerT = Aws::String>
66 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
67 template<
typename MarkerT = Aws::String>
78 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
84 bool m_loadBalancerNamesHasBeenSet =
false;
87 bool m_markerHasBeenSet =
false;
90 bool m_pageSizeHasBeenSet =
false;
const Aws::String & GetMarker() const
AWS_ELASTICLOADBALANCING_API DescribeLoadBalancersRequest()=default
void SetMarker(MarkerT &&value)
DescribeLoadBalancersRequest & AddLoadBalancerNames(LoadBalancerNamesT &&value)
void SetPageSize(int value)
bool PageSizeHasBeenSet() const
AWS_ELASTICLOADBALANCING_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool MarkerHasBeenSet() const
void SetLoadBalancerNames(LoadBalancerNamesT &&value)
DescribeLoadBalancersRequest & WithLoadBalancerNames(LoadBalancerNamesT &&value)
bool LoadBalancerNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetLoadBalancerNames() const
DescribeLoadBalancersRequest & WithPageSize(int value)
AWS_ELASTICLOADBALANCING_API Aws::String SerializePayload() const override
DescribeLoadBalancersRequest & WithMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector