7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticache/model/InputAuthenticationType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
75 bool m_typeHasBeenSet =
false;
78 bool m_passwordsHasBeenSet =
false;
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AuthenticationMode & AddPasswords(const Aws::String &value)
void SetType(InputAuthenticationType &&value)
bool PasswordsHasBeenSet() const
AWS_ELASTICACHE_API AuthenticationMode & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetPasswords() const
AuthenticationMode & AddPasswords(const char *value)
AuthenticationMode & WithType(const InputAuthenticationType &value)
AuthenticationMode & WithType(InputAuthenticationType &&value)
AuthenticationMode & AddPasswords(Aws::String &&value)
void SetType(const InputAuthenticationType &value)
AuthenticationMode & WithPasswords(Aws::Vector< Aws::String > &&value)
AuthenticationMode & WithPasswords(const Aws::Vector< Aws::String > &value)
const InputAuthenticationType & GetType() const
AWS_ELASTICACHE_API AuthenticationMode(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPasswords(Aws::Vector< Aws::String > &&value)
bool TypeHasBeenSet() const
AWS_ELASTICACHE_API AuthenticationMode()
void SetPasswords(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream