7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/SpreadLevel.h>
47 template <
typename GroupNameT = Aws::String>
49 m_groupNameHasBeenSet =
true;
50 m_groupName = std::forward<GroupNameT>(value);
52 template <
typename GroupNameT = Aws::String>
67 m_spreadLevelHasBeenSet =
true;
68 m_spreadLevel = value;
79 bool m_groupNameHasBeenSet =
false;
80 bool m_spreadLevelHasBeenSet =
false;
const Aws::String & GetGroupName() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API ControlPlanePlacementResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API ControlPlanePlacementResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSpreadLevel(SpreadLevel value)
ControlPlanePlacementResponse & WithGroupName(GroupNameT &&value)
void SetGroupName(GroupNameT &&value)
SpreadLevel GetSpreadLevel() const
bool SpreadLevelHasBeenSet() const
AWS_EKS_API ControlPlanePlacementResponse()=default
bool GroupNameHasBeenSet() const
ControlPlanePlacementResponse & WithSpreadLevel(SpreadLevel value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue