7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
10#include <aws/elasticloadbalancingv2/model/RevocationType.h>
20namespace ElasticLoadBalancingv2 {
36 const char* locationValue)
const;
45 template <
typename TrustStoreArnT = Aws::String>
47 m_trustStoreArnHasBeenSet =
true;
48 m_trustStoreArn = std::forward<TrustStoreArnT>(value);
50 template <
typename TrustStoreArnT = Aws::String>
64 m_revocationIdHasBeenSet =
true;
65 m_revocationId = value;
80 m_revocationTypeHasBeenSet =
true;
81 m_revocationType = value;
96 m_numberOfRevokedEntriesHasBeenSet =
true;
97 m_numberOfRevokedEntries = value;
107 long long m_revocationId{0};
111 long long m_numberOfRevokedEntries{0};
112 bool m_trustStoreArnHasBeenSet =
false;
113 bool m_revocationIdHasBeenSet =
false;
114 bool m_revocationTypeHasBeenSet =
false;
115 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