7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
10#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
15namespace ElasticLoadBalancingv2 {
42 template <
typename TrustStoreArnsT = Aws::Vector<Aws::String>>
44 m_trustStoreArnsHasBeenSet =
true;
45 m_trustStoreArns = std::forward<TrustStoreArnsT>(value);
47 template <
typename TrustStoreArnsT = Aws::Vector<Aws::String>>
52 template <
typename TrustStoreArnsT = Aws::String>
54 m_trustStoreArnsHasBeenSet =
true;
55 m_trustStoreArns.emplace_back(std::forward<TrustStoreArnsT>(value));
66 template <
typename NamesT = Aws::Vector<Aws::String>>
68 m_namesHasBeenSet =
true;
69 m_names = std::forward<NamesT>(value);
71 template <
typename NamesT = Aws::Vector<Aws::String>>
73 SetNames(std::forward<NamesT>(value));
76 template <
typename NamesT = Aws::String>
78 m_namesHasBeenSet =
true;
79 m_names.emplace_back(std::forward<NamesT>(value));
91 template <
typename MarkerT = Aws::String>
93 m_markerHasBeenSet =
true;
94 m_marker = std::forward<MarkerT>(value);
96 template <
typename MarkerT = Aws::String>
110 m_pageSizeHasBeenSet =
true;
126 bool m_trustStoreArnsHasBeenSet =
false;
127 bool m_namesHasBeenSet =
false;
128 bool m_markerHasBeenSet =
false;
129 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