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); }
76 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
88 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
94 bool m_trustStoreArnHasBeenSet =
false;
97 bool m_revocationIdsHasBeenSet =
false;
100 bool m_markerHasBeenSet =
false;
103 bool m_pageSizeHasBeenSet =
false;
void SetMarker(Aws::String &&value)
DescribeTrustStoreRevocationsRequest & WithMarker(const char *value)
DescribeTrustStoreRevocationsRequest & WithMarker(const Aws::String &value)
DescribeTrustStoreRevocationsRequest & WithTrustStoreArn(Aws::String &&value)
void SetPageSize(int value)
const Aws::String & GetMarker() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocationsRequest()
virtual const char * GetServiceRequestName() const override
DescribeTrustStoreRevocationsRequest & WithPageSize(int value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetMarker(const Aws::String &value)
bool PageSizeHasBeenSet() const
void SetTrustStoreArn(const char *value)
void SetTrustStoreArn(const Aws::String &value)
void SetRevocationIds(const Aws::Vector< long long > &value)
DescribeTrustStoreRevocationsRequest & WithTrustStoreArn(const char *value)
bool TrustStoreArnHasBeenSet() const
void SetTrustStoreArn(Aws::String &&value)
void SetRevocationIds(Aws::Vector< long long > &&value)
DescribeTrustStoreRevocationsRequest & AddRevocationIds(long long value)
void SetMarker(const char *value)
DescribeTrustStoreRevocationsRequest & WithRevocationIds(Aws::Vector< long long > &&value)
const Aws::String & GetTrustStoreArn() const
bool RevocationIdsHasBeenSet() const
DescribeTrustStoreRevocationsRequest & WithRevocationIds(const Aws::Vector< long long > &value)
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
DescribeTrustStoreRevocationsRequest & WithTrustStoreArn(const Aws::String &value)
DescribeTrustStoreRevocationsRequest & WithMarker(Aws::String &&value)
const Aws::Vector< long long > & GetRevocationIds() const
bool MarkerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector