7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename NodeTypeT = Aws::String>
63 void SetNodeType(NodeTypeT&& value) { m_nodeTypeHasBeenSet =
true; m_nodeType = std::forward<NodeTypeT>(value); }
64 template<
typename NodeTypeT = Aws::String>
74 inline void SetNodeCount(
int value) { m_nodeCountHasBeenSet =
true; m_nodeCount = value; }
80 bool m_nodeTypeHasBeenSet =
false;
83 bool m_nodeCountHasBeenSet =
false;
AWS_FINSPACE_API CapacityConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNodeType() const
CapacityConfiguration & WithNodeType(NodeTypeT &&value)
CapacityConfiguration & WithNodeCount(int value)
void SetNodeCount(int value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NodeCountHasBeenSet() const
AWS_FINSPACE_API CapacityConfiguration()=default
void SetNodeType(NodeTypeT &&value)
bool NodeTypeHasBeenSet() const
AWS_FINSPACE_API CapacityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue