AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IdentityProviderConfig.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EKS
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_EKS_API IdentityProviderConfig() = default;
39
40
42
46 inline const Aws::String& GetType() const { return m_type; }
47 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
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>
51 IdentityProviderConfig& WithType(TypeT&& value) { SetType(std::forward<TypeT>(value)); return *this;}
53
55
58 inline const Aws::String& GetName() const { return m_name; }
59 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
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>
63 IdentityProviderConfig& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
65 private:
66
67 Aws::String m_type;
68 bool m_typeHasBeenSet = false;
69
70 Aws::String m_name;
71 bool m_nameHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace EKS
76} // namespace Aws
IdentityProviderConfig & WithName(NameT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API IdentityProviderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API IdentityProviderConfig()=default
AWS_EKS_API IdentityProviderConfig(Aws::Utils::Json::JsonView jsonValue)
IdentityProviderConfig & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue