7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TrustStore.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2
42 template<
typename TrustStoresT = Aws::Vector<TrustStore>>
43 void SetTrustStores(TrustStoresT&& value) { m_trustStoresHasBeenSet =
true; m_trustStores = std::forward<TrustStoresT>(value); }
44 template<
typename TrustStoresT = Aws::Vector<TrustStore>>
46 template<
typename TrustStoresT = TrustStore>
53 template<
typename ResponseMetadataT = ResponseMetadata>
54 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
55 template<
typename ResponseMetadataT = ResponseMetadata>
61 bool m_trustStoresHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
CreateTrustStoreResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICLOADBALANCINGV2_API CreateTrustStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetTrustStores(TrustStoresT &&value)
const Aws::Vector< TrustStore > & GetTrustStores() const
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadataT &&value)
CreateTrustStoreResult & AddTrustStores(TrustStoresT &&value)
AWS_ELASTICLOADBALANCINGV2_API CreateTrustStoreResult()=default
CreateTrustStoreResult & WithTrustStores(TrustStoresT &&value)
AWS_ELASTICLOADBALANCINGV2_API CreateTrustStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument