7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
11#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
12#include <aws/elasticloadbalancingv2/model/TrustStore.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2 {
39 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
41 m_trustStoresHasBeenSet =
true;
42 m_trustStores = std::forward<TrustStoresT>(value);
44 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
49 template <
typename TrustStoresT = TrustStore>
51 m_trustStoresHasBeenSet =
true;
52 m_trustStores.emplace_back(std::forward<TrustStoresT>(value));
63 template <
typename NextMarkerT = Aws::String>
65 m_nextMarkerHasBeenSet =
true;
66 m_nextMarker = std::forward<NextMarkerT>(value);
68 template <
typename NextMarkerT = Aws::String>
78 template <
typename ResponseMetadataT = ResponseMetadata>
80 m_responseMetadataHasBeenSet =
true;
81 m_responseMetadata = std::forward<ResponseMetadataT>(value);
83 template <
typename ResponseMetadataT = ResponseMetadata>
98 bool m_trustStoresHasBeenSet =
false;
99 bool m_nextMarkerHasBeenSet =
false;
100 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::Http::HttpResponseCode GetHttpResponseCode() const
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