7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAX_EXPORTS.h>
10#include <aws/dax/model/ChangeType.h>
11#include <aws/dax/model/IsModifiable.h>
12#include <aws/dax/model/NodeTypeSpecificValue.h>
13#include <aws/dax/model/ParameterType.h>
46 template <
typename ParameterNameT = Aws::String>
48 m_parameterNameHasBeenSet =
true;
49 m_parameterName = std::forward<ParameterNameT>(value);
51 template <
typename ParameterNameT = Aws::String>
66 m_parameterTypeHasBeenSet =
true;
67 m_parameterType = value;
81 template <
typename ParameterValueT = Aws::String>
83 m_parameterValueHasBeenSet =
true;
84 m_parameterValue = std::forward<ParameterValueT>(value);
86 template <
typename ParameterValueT = Aws::String>
99 template <
typename NodeTypeSpecificValuesT = Aws::Vector<NodeTypeSpecificValue>>
101 m_nodeTypeSpecificValuesHasBeenSet =
true;
102 m_nodeTypeSpecificValues = std::forward<NodeTypeSpecificValuesT>(value);
104 template <
typename NodeTypeSpecificValuesT = Aws::Vector<NodeTypeSpecificValue>>
109 template <
typename NodeTypeSpecificValuesT = NodeTypeSpecificValue>
111 m_nodeTypeSpecificValuesHasBeenSet =
true;
112 m_nodeTypeSpecificValues.emplace_back(std::forward<NodeTypeSpecificValuesT>(value));
123 template <
typename DescriptionT = Aws::String>
125 m_descriptionHasBeenSet =
true;
126 m_description = std::forward<DescriptionT>(value);
128 template <
typename DescriptionT = Aws::String>
142 template <
typename SourceT = Aws::String>
144 m_sourceHasBeenSet =
true;
145 m_source = std::forward<SourceT>(value);
147 template <
typename SourceT = Aws::String>
160 template <
typename DataTypeT = Aws::String>
162 m_dataTypeHasBeenSet =
true;
163 m_dataType = std::forward<DataTypeT>(value);
165 template <
typename DataTypeT = Aws::String>
178 template <
typename AllowedValuesT = Aws::String>
180 m_allowedValuesHasBeenSet =
true;
181 m_allowedValues = std::forward<AllowedValuesT>(value);
183 template <
typename AllowedValuesT = Aws::String>
197 m_isModifiableHasBeenSet =
true;
198 m_isModifiable = value;
215 m_changeTypeHasBeenSet =
true;
216 m_changeType = value;
243 bool m_parameterNameHasBeenSet =
false;
244 bool m_parameterTypeHasBeenSet =
false;
245 bool m_parameterValueHasBeenSet =
false;
246 bool m_nodeTypeSpecificValuesHasBeenSet =
false;
247 bool m_descriptionHasBeenSet =
false;
248 bool m_sourceHasBeenSet =
false;
249 bool m_dataTypeHasBeenSet =
false;
250 bool m_allowedValuesHasBeenSet =
false;
251 bool m_isModifiableHasBeenSet =
false;
252 bool m_changeTypeHasBeenSet =
false;
Parameter & WithAllowedValues(AllowedValuesT &&value)
bool DescriptionHasBeenSet() const
Parameter & WithChangeType(ChangeType value)
void SetSource(SourceT &&value)
void SetAllowedValues(AllowedValuesT &&value)
void SetChangeType(ChangeType value)
const Aws::Vector< NodeTypeSpecificValue > & GetNodeTypeSpecificValues() const
Parameter & WithParameterType(ParameterType value)
Parameter & AddNodeTypeSpecificValues(NodeTypeSpecificValuesT &&value)
Parameter & WithParameterName(ParameterNameT &&value)
const Aws::String & GetAllowedValues() const
void SetParameterName(ParameterNameT &&value)
const Aws::String & GetSource() const
Parameter & WithNodeTypeSpecificValues(NodeTypeSpecificValuesT &&value)
IsModifiable GetIsModifiable() const
bool SourceHasBeenSet() const
Parameter & WithIsModifiable(IsModifiable value)
AWS_DAX_API Parameter()=default
const Aws::String & GetParameterValue() const
void SetParameterValue(ParameterValueT &&value)
AWS_DAX_API Parameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DAX_API Parameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParameterName() const
void SetDescription(DescriptionT &&value)
ChangeType GetChangeType() const
void SetDataType(DataTypeT &&value)
bool IsModifiableHasBeenSet() const
void SetParameterType(ParameterType value)
void SetNodeTypeSpecificValues(NodeTypeSpecificValuesT &&value)
bool DataTypeHasBeenSet() const
Parameter & WithSource(SourceT &&value)
bool AllowedValuesHasBeenSet() const
ParameterType GetParameterType() const
bool NodeTypeSpecificValuesHasBeenSet() const
void SetIsModifiable(IsModifiable value)
const Aws::String & GetDescription() const
const Aws::String & GetDataType() const
bool ParameterTypeHasBeenSet() const
Parameter & WithDescription(DescriptionT &&value)
bool ChangeTypeHasBeenSet() const
bool ParameterNameHasBeenSet() const
bool ParameterValueHasBeenSet() const
Parameter & WithParameterValue(ParameterValueT &&value)
Parameter & WithDataType(DataTypeT &&value)
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue