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;
void SetTrustStoreArn(const Aws::String &value)
TrustStoreRevocation & WithRevocationType(RevocationType &&value)
TrustStoreRevocation & WithRevocationId(long long value)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
TrustStoreRevocation & WithTrustStoreArn(Aws::String &&value)
bool TrustStoreArnHasBeenSet() const
void SetRevocationId(long long value)
bool RevocationIdHasBeenSet() const
bool RevocationTypeHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNumberOfRevokedEntries(long long value)
void SetTrustStoreArn(const char *value)
TrustStoreRevocation & WithNumberOfRevokedEntries(long long value)
bool NumberOfRevokedEntriesHasBeenSet() const
TrustStoreRevocation & WithTrustStoreArn(const Aws::String &value)
long long GetRevocationId() const
void SetTrustStoreArn(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation()
TrustStoreRevocation & WithTrustStoreArn(const char *value)
void SetRevocationType(const RevocationType &value)
const Aws::String & GetTrustStoreArn() const
void SetRevocationType(RevocationType &&value)
long long GetNumberOfRevokedEntries() const
const RevocationType & GetRevocationType() const
TrustStoreRevocation & WithRevocationType(const RevocationType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream