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;
50 template<
typename TrustStoreArnT = Aws::String>
51 void SetTrustStoreArn(TrustStoreArnT&& value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn = std::forward<TrustStoreArnT>(value); }
52 template<
typename TrustStoreArnT = Aws::String>
62 inline void SetRevocationId(
long long value) { m_revocationIdHasBeenSet =
true; m_revocationId = value; }
82 inline void SetNumberOfRevokedEntries(
long long value) { m_numberOfRevokedEntriesHasBeenSet =
true; m_numberOfRevokedEntries = value; }
88 bool m_trustStoreArnHasBeenSet =
false;
90 long long m_revocationId{0};
91 bool m_revocationIdHasBeenSet =
false;
94 bool m_revocationTypeHasBeenSet =
false;
96 long long m_numberOfRevokedEntries{0};
97 bool m_numberOfRevokedEntriesHasBeenSet =
false;
TrustStoreRevocation & WithRevocationId(long long value)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TrustStoreArnHasBeenSet() const
void SetRevocationId(long long value)
bool RevocationIdHasBeenSet() const
bool RevocationTypeHasBeenSet() const
TrustStoreRevocation & WithRevocationType(RevocationType value)
AWS_ELASTICLOADBALANCINGV2_API TrustStoreRevocation(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNumberOfRevokedEntries(long long value)
TrustStoreRevocation & WithNumberOfRevokedEntries(long long value)
TrustStoreRevocation & WithTrustStoreArn(TrustStoreArnT &&value)
void SetTrustStoreArn(TrustStoreArnT &&value)
bool NumberOfRevokedEntriesHasBeenSet() const
long long GetRevocationId() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetTrustStoreArn() const
long long GetNumberOfRevokedEntries() const
RevocationType GetRevocationType() const
void SetRevocationType(RevocationType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream