7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
11#include <aws/elasticloadbalancingv2/model/TrustStore.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ElasticLoadBalancingv2
43 template<
typename TrustStoresT = Aws::Vector<TrustStore>>
44 void SetTrustStores(TrustStoresT&& value) { m_trustStoresHasBeenSet =
true; m_trustStores = std::forward<TrustStoresT>(value); }
45 template<
typename TrustStoresT = Aws::Vector<TrustStore>>
47 template<
typename TrustStoresT = TrustStore>
57 template<
typename NextMarkerT = Aws::String>
58 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
59 template<
typename NextMarkerT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_trustStoresHasBeenSet =
false;
77 bool m_nextMarkerHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoresResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetTrustStores(TrustStoresT &&value)
DescribeTrustStoresResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetNextMarker(NextMarkerT &&value)
const Aws::String & GetNextMarker() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoresResult()=default
const Aws::Vector< TrustStore > & GetTrustStores() const
DescribeTrustStoresResult & WithNextMarker(NextMarkerT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoresResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeTrustStoresResult & AddTrustStores(TrustStoresT &&value)
DescribeTrustStoresResult & WithTrustStores(TrustStoresT &&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