7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dax/model/ParameterType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dax/model/IsModifiable.h>
12#include <aws/dax/model/ChangeType.h>
13#include <aws/dax/model/NodeTypeSpecificValue.h>
52 template<
typename ParameterNameT = Aws::String>
53 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
54 template<
typename ParameterNameT = Aws::String>
75 template<
typename ParameterValueT = Aws::String>
76 void SetParameterValue(ParameterValueT&& value) { m_parameterValueHasBeenSet =
true; m_parameterValue = std::forward<ParameterValueT>(value); }
77 template<
typename ParameterValueT = Aws::String>
87 template<
typename NodeTypeSpecificValuesT = Aws::Vector<NodeTypeSpecificValue>>
88 void SetNodeTypeSpecificValues(NodeTypeSpecificValuesT&& value) { m_nodeTypeSpecificValuesHasBeenSet =
true; m_nodeTypeSpecificValues = std::forward<NodeTypeSpecificValuesT>(value); }
89 template<
typename NodeTypeSpecificValuesT = Aws::Vector<NodeTypeSpecificValue>>
91 template<
typename NodeTypeSpecificValuesT = NodeTypeSpecificValue>
92 Parameter&
AddNodeTypeSpecificValues(NodeTypeSpecificValuesT&& value) { m_nodeTypeSpecificValuesHasBeenSet =
true; m_nodeTypeSpecificValues.emplace_back(std::forward<NodeTypeSpecificValuesT>(value));
return *
this; }
101 template<
typename DescriptionT = Aws::String>
102 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
103 template<
typename DescriptionT = Aws::String>
114 template<
typename SourceT = Aws::String>
115 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
116 template<
typename SourceT = Aws::String>
126 template<
typename DataTypeT = Aws::String>
127 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
128 template<
typename DataTypeT = Aws::String>
138 template<
typename AllowedValuesT = Aws::String>
139 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
140 template<
typename AllowedValuesT = Aws::String>
168 bool m_parameterNameHasBeenSet =
false;
171 bool m_parameterTypeHasBeenSet =
false;
174 bool m_parameterValueHasBeenSet =
false;
177 bool m_nodeTypeSpecificValuesHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_sourceHasBeenSet =
false;
186 bool m_dataTypeHasBeenSet =
false;
189 bool m_allowedValuesHasBeenSet =
false;
192 bool m_isModifiableHasBeenSet =
false;
195 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