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/TrustStoreStatus.h>
22namespace ElasticLoadBalancingv2
39 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetTrustStoreArn(
const char* value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn.assign(value); }
99 inline void SetTotalRevokedEntries(
long long value) { m_totalRevokedEntriesHasBeenSet =
true; m_totalRevokedEntries = value; }
105 bool m_nameHasBeenSet =
false;
108 bool m_trustStoreArnHasBeenSet =
false;
111 bool m_statusHasBeenSet =
false;
113 int m_numberOfCaCertificates;
114 bool m_numberOfCaCertificatesHasBeenSet =
false;
116 long long m_totalRevokedEntries;
117 bool m_totalRevokedEntriesHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStatus(TrustStoreStatus &&value)
long long GetTotalRevokedEntries() const
bool TotalRevokedEntriesHasBeenSet() const
TrustStore & WithTrustStoreArn(const char *value)
int GetNumberOfCaCertificates() const
void SetTotalRevokedEntries(long long value)
TrustStore & WithStatus(TrustStoreStatus &&value)
bool StatusHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API TrustStore()
TrustStore & WithTotalRevokedEntries(long long value)
const Aws::String & GetTrustStoreArn() const
bool NameHasBeenSet() const
TrustStore & WithNumberOfCaCertificates(int value)
void SetNumberOfCaCertificates(int value)
void SetName(const char *value)
TrustStore & WithTrustStoreArn(Aws::String &&value)
TrustStore & WithName(const Aws::String &value)
TrustStore & WithName(Aws::String &&value)
void SetTrustStoreArn(Aws::String &&value)
TrustStore & WithTrustStoreArn(const Aws::String &value)
const Aws::String & GetName() const
AWS_ELASTICLOADBALANCINGV2_API TrustStore(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(const TrustStoreStatus &value)
TrustStore & WithName(const char *value)
bool NumberOfCaCertificatesHasBeenSet() const
void SetTrustStoreArn(const Aws::String &value)
void SetName(Aws::String &&value)
TrustStore & WithStatus(const TrustStoreStatus &value)
void SetName(const Aws::String &value)
void SetTrustStoreArn(const char *value)
bool TrustStoreArnHasBeenSet() const
const TrustStoreStatus & GetStatus() const
AWS_ELASTICLOADBALANCINGV2_API TrustStore & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream