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>>
72 template<
typename MarkerT = Aws::String>
73 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
74 template<
typename MarkerT = Aws::String>
84 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
90 bool m_trustStoreArnHasBeenSet =
false;
93 bool m_revocationIdsHasBeenSet =
false;
96 bool m_markerHasBeenSet =
false;
99 bool m_pageSizeHasBeenSet =
false;
DescribeTrustStoreRevocationsRequest & WithTrustStoreArn(TrustStoreArnT &&value)
void SetRevocationIds(RevocationIdsT &&value)
void SetPageSize(int value)
const Aws::String & GetMarker() const
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocationsRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeTrustStoreRevocationsRequest & WithMarker(MarkerT &&value)
DescribeTrustStoreRevocationsRequest & WithPageSize(int value)
AWS_ELASTICLOADBALANCINGV2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTrustStoreArn(TrustStoreArnT &&value)
void SetMarker(MarkerT &&value)
bool PageSizeHasBeenSet() const
bool TrustStoreArnHasBeenSet() const
DescribeTrustStoreRevocationsRequest & AddRevocationIds(long long value)
const Aws::String & GetTrustStoreArn() const
bool RevocationIdsHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API Aws::String SerializePayload() const override
DescribeTrustStoreRevocationsRequest & WithRevocationIds(RevocationIdsT &&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