AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#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
32 {
33 public:
34 AWS_EKS_API AccessConfigResponse() = default;
38
39
41
45 inline bool GetBootstrapClusterCreatorAdminPermissions() const { return m_bootstrapClusterCreatorAdminPermissions; }
46 inline bool BootstrapClusterCreatorAdminPermissionsHasBeenSet() const { return m_bootstrapClusterCreatorAdminPermissionsHasBeenSet; }
47 inline void SetBootstrapClusterCreatorAdminPermissions(bool value) { m_bootstrapClusterCreatorAdminPermissionsHasBeenSet = true; m_bootstrapClusterCreatorAdminPermissions = value; }
50
52
55 inline AuthenticationMode GetAuthenticationMode() const { return m_authenticationMode; }
56 inline bool AuthenticationModeHasBeenSet() const { return m_authenticationModeHasBeenSet; }
57 inline void SetAuthenticationMode(AuthenticationMode value) { m_authenticationModeHasBeenSet = true; m_authenticationMode = value; }
60 private:
61
62 bool m_bootstrapClusterCreatorAdminPermissions{false};
63 bool m_bootstrapClusterCreatorAdminPermissionsHasBeenSet = false;
64
66 bool m_authenticationModeHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace EKS
71} // 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