7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ComputeNodeGroupIdT = Aws::String>
48 void SetComputeNodeGroupId(ComputeNodeGroupIdT&& value) { m_computeNodeGroupIdHasBeenSet =
true; m_computeNodeGroupId = std::forward<ComputeNodeGroupIdT>(value); }
49 template<
typename ComputeNodeGroupIdT = Aws::String>
55 bool m_computeNodeGroupIdHasBeenSet =
false;
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PCS_API ComputeNodeGroupConfiguration()=default
AWS_PCS_API ComputeNodeGroupConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComputeNodeGroupId(ComputeNodeGroupIdT &&value)
bool ComputeNodeGroupIdHasBeenSet() const
ComputeNodeGroupConfiguration & WithComputeNodeGroupId(ComputeNodeGroupIdT &&value)
AWS_PCS_API ComputeNodeGroupConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComputeNodeGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue