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
48 inline void SetTrustStoreArn(
const char* value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn.assign(value); }
69 bool m_trustStoreArnHasBeenSet =
false;
72 bool m_revocationIdsHasBeenSet =
false;
void SetTrustStoreArn(const Aws::String &value)
const Aws::Vector< long long > & GetRevocationIds() const
RemoveTrustStoreRevocationsRequest & AddRevocationIds(long long value)
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
bool TrustStoreArnHasBeenSet() const
RemoveTrustStoreRevocationsRequest & WithTrustStoreArn(const Aws::String &value)
const Aws::String & GetTrustStoreArn() const
AWS_ELASTICLOADBALANCINGV2_API RemoveTrustStoreRevocationsRequest()
RemoveTrustStoreRevocationsRequest & WithRevocationIds(Aws::Vector< long long > &&value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RemoveTrustStoreRevocationsRequest & WithTrustStoreArn(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTrustStoreArn(const char *value)
RemoveTrustStoreRevocationsRequest & WithTrustStoreArn(Aws::String &&value)
RemoveTrustStoreRevocationsRequest & WithRevocationIds(const Aws::Vector< long long > &value)
void SetTrustStoreArn(Aws::String &&value)
bool RevocationIdsHasBeenSet() const
void SetRevocationIds(Aws::Vector< long long > &&value)
void SetRevocationIds(const Aws::Vector< long long > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector