7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticloadbalancingv2/model/RevocationContent.h>
16namespace ElasticLoadBalancingv2
47 template<
typename TrustStoreArnT = Aws::String>
48 void SetTrustStoreArn(TrustStoreArnT&& value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn = std::forward<TrustStoreArnT>(value); }
49 template<
typename TrustStoreArnT = Aws::String>
59 template<
typename RevocationContentsT = Aws::Vector<RevocationContent>>
60 void SetRevocationContents(RevocationContentsT&& value) { m_revocationContentsHasBeenSet =
true; m_revocationContents = std::forward<RevocationContentsT>(value); }
61 template<
typename RevocationContentsT = Aws::Vector<RevocationContent>>
63 template<
typename RevocationContentsT = RevocationContent>
69 bool m_trustStoreArnHasBeenSet =
false;
72 bool m_revocationContentsHasBeenSet =
false;
void SetRevocationContents(RevocationContentsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ELASTICLOADBALANCINGV2_API AddTrustStoreRevocationsRequest()=default
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AddTrustStoreRevocationsRequest & WithTrustStoreArn(TrustStoreArnT &&value)
AddTrustStoreRevocationsRequest & AddRevocationContents(RevocationContentsT &&value)
bool TrustStoreArnHasBeenSet() const
const Aws::Vector< RevocationContent > & GetRevocationContents() const
AddTrustStoreRevocationsRequest & WithRevocationContents(RevocationContentsT &&value)
void SetTrustStoreArn(TrustStoreArnT &&value)
bool RevocationContentsHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
const Aws::String & GetTrustStoreArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector