AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
AccessConfigResponse.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/AuthenticationMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EKS {
20namespace Model {
21
28 public:
29 AWS_EKS_API AccessConfigResponse() = default;
33
35
39 inline bool GetBootstrapClusterCreatorAdminPermissions() const { return m_bootstrapClusterCreatorAdminPermissions; }
40 inline bool BootstrapClusterCreatorAdminPermissionsHasBeenSet() const { return m_bootstrapClusterCreatorAdminPermissionsHasBeenSet; }
42 m_bootstrapClusterCreatorAdminPermissionsHasBeenSet = true;
43 m_bootstrapClusterCreatorAdminPermissions = value;
44 }
47 return *this;
48 }
50
52
55 inline AuthenticationMode GetAuthenticationMode() const { return m_authenticationMode; }
56 inline bool AuthenticationModeHasBeenSet() const { return m_authenticationModeHasBeenSet; }
58 m_authenticationModeHasBeenSet = true;
59 m_authenticationMode = value;
60 }
63 return *this;
64 }
66 private:
67 bool m_bootstrapClusterCreatorAdminPermissions{false};
68
70 bool m_bootstrapClusterCreatorAdminPermissionsHasBeenSet = false;
71 bool m_authenticationModeHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace EKS
76} // namespace Aws
AWS_EKS_API AccessConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API AccessConfigResponse()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AccessConfigResponse & WithBootstrapClusterCreatorAdminPermissions(bool value)
AuthenticationMode GetAuthenticationMode() const
AWS_EKS_API AccessConfigResponse(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticationMode(AuthenticationMode value)
AccessConfigResponse & WithAuthenticationMode(AuthenticationMode value)
Aws::Utils::Json::JsonValue JsonValue