7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticloadbalancingv2/model/RevocationType.h>
22namespace ElasticLoadBalancingv2
40 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 inline void SetTrustStoreArn(
const char* value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn.assign(value); }
64 inline void SetRevocationId(
long long value) { m_revocationIdHasBeenSet =
true; m_revocationId = value; }
86 inline void SetNumberOfRevokedEntries(
long long value) { m_numberOfRevokedEntriesHasBeenSet =
true; m_numberOfRevokedEntries = value; }
92 bool m_trustStoreArnHasBeenSet =
false;
94 long long m_revocationId;
95 bool m_revocationIdHasBeenSet =
false;
98 bool m_revocationTypeHasBeenSet =
false;
100 long long m_numberOfRevokedEntries;
101 bool m_numberOfRevokedEntriesHasBeenSet =
false;
DescribeTrustStoreRevocation & WithTrustStoreArn(const Aws::String &value)
void SetRevocationType(const RevocationType &value)
DescribeTrustStoreRevocation & WithRevocationType(RevocationType &&value)
void SetRevocationType(RevocationType &&value)
DescribeTrustStoreRevocation & WithRevocationId(long long value)
bool NumberOfRevokedEntriesHasBeenSet() const
bool TrustStoreArnHasBeenSet() const
DescribeTrustStoreRevocation & WithNumberOfRevokedEntries(long long value)
void SetTrustStoreArn(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocation(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRevocationId(long long value)
DescribeTrustStoreRevocation & WithTrustStoreArn(const char *value)
bool RevocationTypeHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
long long GetRevocationId() const
DescribeTrustStoreRevocation & WithTrustStoreArn(Aws::String &&value)
const Aws::String & GetTrustStoreArn() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DescribeTrustStoreRevocation & WithRevocationType(const RevocationType &value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocation()
void SetNumberOfRevokedEntries(long long value)
void SetTrustStoreArn(const char *value)
const RevocationType & GetRevocationType() const
void SetTrustStoreArn(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API DescribeTrustStoreRevocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RevocationIdHasBeenSet() const
long long GetNumberOfRevokedEntries() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream