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/TrustStoreStatus.h>
20namespace ElasticLoadBalancingv2 {
35 const char* locationValue)
const;
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename TrustStoreArnT = Aws::String>
64 m_trustStoreArnHasBeenSet =
true;
65 m_trustStoreArn = std::forward<TrustStoreArnT>(value);
67 template <
typename TrustStoreArnT = Aws::String>
81 m_statusHasBeenSet =
true;
97 m_numberOfCaCertificatesHasBeenSet =
true;
98 m_numberOfCaCertificates = value;
113 m_totalRevokedEntriesHasBeenSet =
true;
114 m_totalRevokedEntries = value;
128 int m_numberOfCaCertificates{0};
130 long long m_totalRevokedEntries{0};
131 bool m_nameHasBeenSet =
false;
132 bool m_trustStoreArnHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
134 bool m_numberOfCaCertificatesHasBeenSet =
false;
135 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