7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ElasticLoadBalancingv2
46 template<
typename TrustStoreArnsT = Aws::Vector<Aws::String>>
47 void SetTrustStoreArns(TrustStoreArnsT&& value) { m_trustStoreArnsHasBeenSet =
true; m_trustStoreArns = std::forward<TrustStoreArnsT>(value); }
48 template<
typename TrustStoreArnsT = Aws::Vector<Aws::String>>
50 template<
typename TrustStoreArnsT = Aws::String>
60 template<
typename NamesT = Aws::Vector<Aws::String>>
61 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
62 template<
typename NamesT = Aws::Vector<Aws::String>>
64 template<
typename NamesT = Aws::String>
75 template<
typename MarkerT = Aws::String>
76 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
77 template<
typename MarkerT = Aws::String>
87 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
93 bool m_trustStoreArnsHasBeenSet =
false;
96 bool m_namesHasBeenSet =
false;
99 bool m_markerHasBeenSet =
false;
102 bool m_pageSizeHasBeenSet =
false;
DescribeTrustStoresRequest & WithPageSize(int value)
bool NamesHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
void SetNames(NamesT &&value)
DescribeTrustStoresRequest & WithNames(NamesT &&value)
bool TrustStoreArnsHasBeenSet() const
void SetTrustStoreArns(TrustStoreArnsT &&value)
const Aws::Vector< Aws::String > & GetTrustStoreArns() const
DescribeTrustStoresRequest & WithMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
DescribeTrustStoresRequest & AddNames(NamesT &&value)
DescribeTrustStoresRequest & AddTrustStoreArns(TrustStoreArnsT &&value)
virtual const char * GetServiceRequestName() const override
bool PageSizeHasBeenSet() const
void SetPageSize(int value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoresRequest()=default
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
const Aws::Vector< Aws::String > & GetNames() const
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeTrustStoresRequest & WithTrustStoreArns(TrustStoreArnsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector