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>
15namespace ElasticLoadBalancingv2
46 template<
typename TrustStoreArnT = Aws::String>
47 void SetTrustStoreArn(TrustStoreArnT&& value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn = std::forward<TrustStoreArnT>(value); }
48 template<
typename TrustStoreArnT = Aws::String>
58 template<
typename RevocationIdsT = Aws::Vector<
long long>>
59 void SetRevocationIds(RevocationIdsT&& value) { m_revocationIdsHasBeenSet =
true; m_revocationIds = std::forward<RevocationIdsT>(value); }
60 template<
typename RevocationIdsT = Aws::Vector<
long long>>
67 bool m_trustStoreArnHasBeenSet =
false;
70 bool m_revocationIdsHasBeenSet =
false;
const Aws::Vector< long long > & GetRevocationIds() const
RemoveTrustStoreRevocationsRequest & AddRevocationIds(long long value)
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
bool TrustStoreArnHasBeenSet() const
const Aws::String & GetTrustStoreArn() const
void SetTrustStoreArn(TrustStoreArnT &&value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
AWS_ELASTICLOADBALANCINGV2_API RemoveTrustStoreRevocationsRequest()=default
RemoveTrustStoreRevocationsRequest & WithRevocationIds(RevocationIdsT &&value)
bool RevocationIdsHasBeenSet() const
void SetRevocationIds(RevocationIdsT &&value)
RemoveTrustStoreRevocationsRequest & WithTrustStoreArn(TrustStoreArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector