7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
9#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
10#include <aws/elasticloadbalancingv2/model/TrustStore.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticLoadBalancingv2 {
36 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
38 m_trustStoresHasBeenSet =
true;
39 m_trustStores = std::forward<TrustStoresT>(value);
41 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
46 template <
typename TrustStoresT = TrustStore>
48 m_trustStoresHasBeenSet =
true;
49 m_trustStores.emplace_back(std::forward<TrustStoresT>(value));
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
72 bool m_trustStoresHasBeenSet =
false;
73 bool m_responseMetadataHasBeenSet =
false;
ModifyTrustStoreResult & AddTrustStores(TrustStoresT &&value)
AWS_ELASTICLOADBALANCINGV2_API ModifyTrustStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
void SetTrustStores(TrustStoresT &&value)
AWS_ELASTICLOADBALANCINGV2_API ModifyTrustStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICLOADBALANCINGV2_API ModifyTrustStoreResult()=default
ModifyTrustStoreResult & WithTrustStores(TrustStoresT &&value)
const Aws::Vector< TrustStore > & GetTrustStores() const
ModifyTrustStoreResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument