7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
42 template <
typename TypeT = Aws::String>
44 m_typeHasBeenSet =
true;
45 m_type = std::forward<TypeT>(value);
47 template <
typename TypeT = Aws::String>
49 SetType(std::forward<TypeT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
75 bool m_typeHasBeenSet =
false;
76 bool m_nameHasBeenSet =
false;
IdentityProviderConfig & WithName(NameT &&value)
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API IdentityProviderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_EKS_API IdentityProviderConfig()=default
AWS_EKS_API IdentityProviderConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
bool NameHasBeenSet() const
IdentityProviderConfig & WithType(TypeT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue