7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename TypeT = Aws::String>
49 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
50 template<
typename TypeT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 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