AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ControlPlanePlacementRequest.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
37 {
38 public:
39 AWS_EKS_API ControlPlanePlacementRequest() = default;
43
44
46
50 inline const Aws::String& GetGroupName() const { return m_groupName; }
51 inline bool GroupNameHasBeenSet() const { return m_groupNameHasBeenSet; }
52 template<typename GroupNameT = Aws::String>
53 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet = true; m_groupName = std::forward<GroupNameT>(value); }
54 template<typename GroupNameT = Aws::String>
55 ControlPlanePlacementRequest& WithGroupName(GroupNameT&& value) { SetGroupName(std::forward<GroupNameT>(value)); return *this;}
57 private:
58
59 Aws::String m_groupName;
60 bool m_groupNameHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace EKS
65} // namespace Aws
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API ControlPlanePlacementRequest()=default
ControlPlanePlacementRequest & WithGroupName(GroupNameT &&value)
AWS_EKS_API ControlPlanePlacementRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API ControlPlanePlacementRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue