7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ParameterApplyType.h>
50 template<
typename ParameterNameT = Aws::String>
51 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
52 template<
typename ParameterNameT = Aws::String>
64 template<
typename ParameterValueT = Aws::String>
65 void SetParameterValue(ParameterValueT&& value) { m_parameterValueHasBeenSet =
true; m_parameterValue = std::forward<ParameterValueT>(value); }
66 template<
typename ParameterValueT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename SourceT = Aws::String>
89 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
90 template<
typename SourceT = Aws::String>
100 template<
typename DataTypeT = Aws::String>
101 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
102 template<
typename DataTypeT = Aws::String>
112 template<
typename AllowedValuesT = Aws::String>
113 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
114 template<
typename AllowedValuesT = Aws::String>
141 inline void SetIsModifiable(
bool value) { m_isModifiableHasBeenSet =
true; m_isModifiable = value; }
151 template<
typename MinimumEngineVersionT = Aws::String>
152 void SetMinimumEngineVersion(MinimumEngineVersionT&& value) { m_minimumEngineVersionHasBeenSet =
true; m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value); }
153 template<
typename MinimumEngineVersionT = Aws::String>
159 bool m_parameterNameHasBeenSet =
false;
162 bool m_parameterValueHasBeenSet =
false;
165 bool m_descriptionHasBeenSet =
false;
168 bool m_sourceHasBeenSet =
false;
171 bool m_dataTypeHasBeenSet =
false;
174 bool m_allowedValuesHasBeenSet =
false;
177 bool m_applyTypeHasBeenSet =
false;
179 bool m_isModifiable{
false};
180 bool m_isModifiableHasBeenSet =
false;
183 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