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