/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the authentication mode to use.See Also:
AWS
* API Reference
Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline const InputAuthenticationType& GetType() const{ return m_type; } /** *Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline void SetType(const InputAuthenticationType& value) { m_typeHasBeenSet = true; m_type = value; } /** *Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline void SetType(InputAuthenticationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline AuthenticationMode& WithType(const InputAuthenticationType& value) { SetType(value); return *this;} /** *Specifies the authentication type. Possible options are IAM authentication, * password and no password.
*/ inline AuthenticationMode& WithType(InputAuthenticationType&& value) { SetType(std::move(value)); return *this;} /** *Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.
Specifies the passwords to use for authentication if Type
is set
* to password
.