7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/Mode.h>
43 template <
typename NodeTypeT = Aws::String>
45 m_nodeTypeHasBeenSet =
true;
46 m_nodeType = std::forward<NodeTypeT>(value);
48 template <
typename NodeTypeT = Aws::String>
62 m_numberOfNodesHasBeenSet =
true;
63 m_numberOfNodes = value;
78 m_estimatedDiskUtilizationPercentHasBeenSet =
true;
79 m_estimatedDiskUtilizationPercent = value;
94 m_modeHasBeenSet =
true;
105 int m_numberOfNodes{0};
107 double m_estimatedDiskUtilizationPercent{0.0};
110 bool m_nodeTypeHasBeenSet =
false;
111 bool m_numberOfNodesHasBeenSet =
false;
112 bool m_estimatedDiskUtilizationPercentHasBeenSet =
false;
113 bool m_modeHasBeenSet =
false;
void SetEstimatedDiskUtilizationPercent(double value)
NodeConfigurationOption & WithNumberOfNodes(int value)
void SetNumberOfNodes(int value)
double GetEstimatedDiskUtilizationPercent() const
AWS_REDSHIFT_API NodeConfigurationOption()=default
bool NodeTypeHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool EstimatedDiskUtilizationPercentHasBeenSet() const
void SetNodeType(NodeTypeT &&value)
AWS_REDSHIFT_API NodeConfigurationOption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ModeHasBeenSet() const
const Aws::String & GetNodeType() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool NumberOfNodesHasBeenSet() const
int GetNumberOfNodes() const
AWS_REDSHIFT_API NodeConfigurationOption(const Aws::Utils::Xml::XmlNode &xmlNode)
NodeConfigurationOption & WithEstimatedDiskUtilizationPercent(double value)
NodeConfigurationOption & WithNodeType(NodeTypeT &&value)
NodeConfigurationOption & WithMode(Mode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream