7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9#include <aws/securityagent/model/AuthenticationProviderType.h>
20namespace SecurityAgent {
43 m_providerTypeHasBeenSet =
true;
44 m_providerType = value;
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_providerTypeHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_SECURITYAGENT_API Authentication(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
bool ProviderTypeHasBeenSet() const
AWS_SECURITYAGENT_API Authentication()=default
AuthenticationProviderType GetProviderType() const
Authentication & WithProviderType(AuthenticationProviderType value)
void SetProviderType(AuthenticationProviderType value)
AWS_SECURITYAGENT_API Authentication & operator=(Aws::Utils::Json::JsonView jsonValue)
Authentication & WithValue(ValueT &&value)
void SetValue(ValueT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationProviderType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue