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/ParameterApplyType.h>
44 template <
typename ParameterNameT = Aws::String>
46 m_parameterNameHasBeenSet =
true;
47 m_parameterName = std::forward<ParameterNameT>(value);
49 template <
typename ParameterNameT = Aws::String>
64 template <
typename ParameterValueT = Aws::String>
66 m_parameterValueHasBeenSet =
true;
67 m_parameterValue = std::forward<ParameterValueT>(value);
69 template <
typename ParameterValueT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename SourceT = Aws::String>
102 m_sourceHasBeenSet =
true;
103 m_source = std::forward<SourceT>(value);
105 template <
typename SourceT = Aws::String>
118 template <
typename DataTypeT = Aws::String>
120 m_dataTypeHasBeenSet =
true;
121 m_dataType = std::forward<DataTypeT>(value);
123 template <
typename DataTypeT = Aws::String>
136 template <
typename AllowedValuesT = Aws::String>
138 m_allowedValuesHasBeenSet =
true;
139 m_allowedValues = std::forward<AllowedValuesT>(value);
141 template <
typename AllowedValuesT = Aws::String>
161 m_applyTypeHasBeenSet =
true;
178 m_isModifiableHasBeenSet =
true;
179 m_isModifiable = value;
193 template <
typename MinimumEngineVersionT = Aws::String>
195 m_minimumEngineVersionHasBeenSet =
true;
196 m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value);
198 template <
typename MinimumEngineVersionT = Aws::String>
219 bool m_isModifiable{
false};
222 bool m_parameterNameHasBeenSet =
false;
223 bool m_parameterValueHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_sourceHasBeenSet =
false;
226 bool m_dataTypeHasBeenSet =
false;
227 bool m_allowedValuesHasBeenSet =
false;
228 bool m_applyTypeHasBeenSet =
false;
229 bool m_isModifiableHasBeenSet =
false;
230 bool m_minimumEngineVersionHasBeenSet =
false;
bool GetIsModifiable() const
AWS_REDSHIFT_API Parameter(const Aws::Utils::Xml::XmlNode &xmlNode)
Parameter & WithIsModifiable(bool value)
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
const Aws::String & GetParameterValue() const
bool AllowedValuesHasBeenSet() const
const Aws::String & GetAllowedValues() const
void SetIsModifiable(bool value)
bool SourceHasBeenSet() const
bool MinimumEngineVersionHasBeenSet() const
bool ParameterNameHasBeenSet() const
bool IsModifiableHasBeenSet() const
bool DataTypeHasBeenSet() const
const Aws::String & GetDataType() const
Parameter & WithApplyType(ParameterApplyType value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Parameter & WithDataType(DataTypeT &&value)
bool ParameterValueHasBeenSet() const
const Aws::String & GetMinimumEngineVersion() const
bool ApplyTypeHasBeenSet() const
void SetParameterValue(ParameterValueT &&value)
Parameter & WithAllowedValues(AllowedValuesT &&value)
void SetParameterName(ParameterNameT &&value)
const Aws::String & GetParameterName() const
void SetApplyType(ParameterApplyType value)
Parameter & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
void SetDataType(DataTypeT &&value)
void SetSource(SourceT &&value)
ParameterApplyType GetApplyType() const
const Aws::String & GetSource() const
void SetAllowedValues(AllowedValuesT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API Parameter & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API Parameter()=default
Parameter & WithParameterValue(ParameterValueT &&value)
Parameter & WithParameterName(ParameterNameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
Parameter & WithDescription(DescriptionT &&value)
Parameter & WithSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream