AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateAccessConfigRequest.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
33 {
34 public:
35 AWS_EKS_API UpdateAccessConfigRequest() = default;
39
40
42
45 inline AuthenticationMode GetAuthenticationMode() const { return m_authenticationMode; }
46 inline bool AuthenticationModeHasBeenSet() const { return m_authenticationModeHasBeenSet; }
47 inline void SetAuthenticationMode(AuthenticationMode value) { m_authenticationModeHasBeenSet = true; m_authenticationMode = value; }
50 private:
51
53 bool m_authenticationModeHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace EKS
58} // namespace Aws
AWS_EKS_API UpdateAccessConfigRequest()=default
AWS_EKS_API UpdateAccessConfigRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateAccessConfigRequest & WithAuthenticationMode(AuthenticationMode value)
AWS_EKS_API UpdateAccessConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue