7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticache/model/AuthenticationType.h>
59 inline void SetPasswordCount(
int value) { m_passwordCountHasBeenSet =
true; m_passwordCount = value; }
65 bool m_typeHasBeenSet =
false;
67 int m_passwordCount{0};
68 bool m_passwordCountHasBeenSet =
false;
int GetPasswordCount() const
void SetType(AuthenticationType value)
Authentication & WithPasswordCount(int value)
AWS_ELASTICACHE_API Authentication & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PasswordCountHasBeenSet() const
AWS_ELASTICACHE_API Authentication()=default
void SetPasswordCount(int value)
AuthenticationType GetType() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API Authentication(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Authentication & WithType(AuthenticationType value)
bool TypeHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream