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;
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename TrustStoreArnT = Aws::String>
62 void SetTrustStoreArn(TrustStoreArnT&& value) { m_trustStoreArnHasBeenSet =
true; m_trustStoreArn = std::forward<TrustStoreArnT>(value); }
63 template<
typename TrustStoreArnT = Aws::String>
93 inline void SetTotalRevokedEntries(
long long value) { m_totalRevokedEntriesHasBeenSet =
true; m_totalRevokedEntries = value; }
99 bool m_nameHasBeenSet =
false;
102 bool m_trustStoreArnHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
107 int m_numberOfCaCertificates{0};
108 bool m_numberOfCaCertificatesHasBeenSet =
false;
110 long long m_totalRevokedEntries{0};
111 bool m_totalRevokedEntriesHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
long long GetTotalRevokedEntries() const
TrustStore & WithStatus(TrustStoreStatus value)
bool TotalRevokedEntriesHasBeenSet() const
TrustStore & WithTrustStoreArn(TrustStoreArnT &&value)
int GetNumberOfCaCertificates() const
void SetTotalRevokedEntries(long long value)
bool StatusHasBeenSet() const
TrustStore & WithTotalRevokedEntries(long long value)
const Aws::String & GetTrustStoreArn() const
bool NameHasBeenSet() const
TrustStore & WithNumberOfCaCertificates(int value)
TrustStore & WithName(NameT &&value)
void SetNumberOfCaCertificates(int value)
TrustStoreStatus GetStatus() const
void SetStatus(TrustStoreStatus value)
const Aws::String & GetName() const
AWS_ELASTICLOADBALANCINGV2_API TrustStore(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(NameT &&value)
bool NumberOfCaCertificatesHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API TrustStore()=default
bool TrustStoreArnHasBeenSet() const
void SetTrustStoreArn(TrustStoreArnT &&value)
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