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/TrustStoreRevocation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticLoadBalancingv2
void SetResponseMetadata(const ResponseMetadata &value)
AddTrustStoreRevocationsResult & WithResponseMetadata(const ResponseMetadata &value)
AWS_ELASTICLOADBALANCINGV2_API AddTrustStoreRevocationsResult()
AddTrustStoreRevocationsResult & WithTrustStoreRevocations(const Aws::Vector< TrustStoreRevocation > &value)
const Aws::Vector< TrustStoreRevocation > & GetTrustStoreRevocations() const
AWS_ELASTICLOADBALANCINGV2_API AddTrustStoreRevocationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetTrustStoreRevocations(Aws::Vector< TrustStoreRevocation > &&value)
AddTrustStoreRevocationsResult & AddTrustStoreRevocations(const TrustStoreRevocation &value)
AWS_ELASTICLOADBALANCINGV2_API AddTrustStoreRevocationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadata &&value)
const ResponseMetadata & GetResponseMetadata() const
AddTrustStoreRevocationsResult & WithResponseMetadata(ResponseMetadata &&value)
void SetTrustStoreRevocations(const Aws::Vector< TrustStoreRevocation > &value)
AddTrustStoreRevocationsResult & AddTrustStoreRevocations(TrustStoreRevocation &&value)
AddTrustStoreRevocationsResult & WithTrustStoreRevocations(Aws::Vector< TrustStoreRevocation > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument