7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
10#include <aws/elasticloadbalancingv2/model/ResponseMetadata.h>
11#include <aws/elasticloadbalancingv2/model/TrustStore.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElasticLoadBalancingv2 {
37 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
39 m_trustStoresHasBeenSet =
true;
40 m_trustStores = std::forward<TrustStoresT>(value);
42 template <
typename TrustStoresT = Aws::Vector<TrustStore>>
47 template <
typename TrustStoresT = TrustStore>
49 m_trustStoresHasBeenSet =
true;
50 m_trustStores.emplace_back(std::forward<TrustStoresT>(value));
58 template <
typename ResponseMetadataT = ResponseMetadata>
60 m_responseMetadataHasBeenSet =
true;
61 m_responseMetadata = std::forward<ResponseMetadataT>(value);
63 template <
typename ResponseMetadataT = ResponseMetadata>
76 bool m_trustStoresHasBeenSet =
false;
77 bool m_responseMetadataHasBeenSet =
false;
ModifyTrustStoreResult & AddTrustStores(TrustStoresT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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