7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/ApplyMethod.h>
48 template <
typename ParameterNameT = Aws::String>
50 m_parameterNameHasBeenSet =
true;
51 m_parameterName = std::forward<ParameterNameT>(value);
53 template <
typename ParameterNameT = Aws::String>
66 template <
typename ParameterValueT = Aws::String>
68 m_parameterValueHasBeenSet =
true;
69 m_parameterValue = std::forward<ParameterValueT>(value);
71 template <
typename ParameterValueT = Aws::String>
84 template <
typename DescriptionT = Aws::String>
86 m_descriptionHasBeenSet =
true;
87 m_description = std::forward<DescriptionT>(value);
89 template <
typename DescriptionT = Aws::String>
102 template <
typename SourceT = Aws::String>
104 m_sourceHasBeenSet =
true;
105 m_source = std::forward<SourceT>(value);
107 template <
typename SourceT = Aws::String>
120 template <
typename ApplyTypeT = Aws::String>
122 m_applyTypeHasBeenSet =
true;
123 m_applyType = std::forward<ApplyTypeT>(value);
125 template <
typename ApplyTypeT = Aws::String>
138 template <
typename DataTypeT = Aws::String>
140 m_dataTypeHasBeenSet =
true;
141 m_dataType = std::forward<DataTypeT>(value);
143 template <
typename DataTypeT = Aws::String>
156 template <
typename AllowedValuesT = Aws::String>
158 m_allowedValuesHasBeenSet =
true;
159 m_allowedValues = std::forward<AllowedValuesT>(value);
161 template <
typename AllowedValuesT = Aws::String>
177 m_isModifiableHasBeenSet =
true;
178 m_isModifiable = value;
192 template <
typename MinimumEngineVersionT = Aws::String>
194 m_minimumEngineVersionHasBeenSet =
true;
195 m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value);
197 template <
typename MinimumEngineVersionT = Aws::String>
211 m_applyMethodHasBeenSet =
true;
212 m_applyMethod = value;
226 template <
typename SupportedEngineModesT = Aws::Vector<Aws::String>>
228 m_supportedEngineModesHasBeenSet =
true;
229 m_supportedEngineModes = std::forward<SupportedEngineModesT>(value);
231 template <
typename SupportedEngineModesT = Aws::Vector<Aws::String>>
236 template <
typename SupportedEngineModesT = Aws::String>
238 m_supportedEngineModesHasBeenSet =
true;
239 m_supportedEngineModes.emplace_back(std::forward<SupportedEngineModesT>(value));
258 bool m_isModifiable{
false};
265 bool m_parameterNameHasBeenSet =
false;
266 bool m_parameterValueHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
268 bool m_sourceHasBeenSet =
false;
269 bool m_applyTypeHasBeenSet =
false;
270 bool m_dataTypeHasBeenSet =
false;
271 bool m_allowedValuesHasBeenSet =
false;
272 bool m_isModifiableHasBeenSet =
false;
273 bool m_minimumEngineVersionHasBeenSet =
false;
274 bool m_applyMethodHasBeenSet =
false;
275 bool m_supportedEngineModesHasBeenSet =
false;
void SetDataType(DataTypeT &&value)
Parameter & WithSource(SourceT &&value)
Parameter & WithIsModifiable(bool value)
const Aws::String & GetAllowedValues() const
bool DataTypeHasBeenSet() const
const Aws::String & GetParameterValue() const
bool ApplyMethodHasBeenSet() const
Parameter & WithParameterValue(ParameterValueT &&value)
bool ParameterNameHasBeenSet() const
AWS_RDS_API Parameter(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ParameterValueHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetSupportedEngineModes() const
bool MinimumEngineVersionHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetApplyType() const
void SetIsModifiable(bool value)
bool GetIsModifiable() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool IsModifiableHasBeenSet() const
Parameter & AddSupportedEngineModes(SupportedEngineModesT &&value)
void SetAllowedValues(AllowedValuesT &&value)
bool AllowedValuesHasBeenSet() const
const Aws::String & GetDataType() const
Parameter & WithSupportedEngineModes(SupportedEngineModesT &&value)
bool SupportedEngineModesHasBeenSet() const
Parameter & WithApplyType(ApplyTypeT &&value)
const Aws::String & GetSource() const
Parameter & WithDescription(DescriptionT &&value)
void SetApplyType(ApplyTypeT &&value)
bool ApplyTypeHasBeenSet() const
void SetParameterName(ParameterNameT &&value)
AWS_RDS_API Parameter()=default
void SetSupportedEngineModes(SupportedEngineModesT &&value)
void SetApplyMethod(ApplyMethod value)
const Aws::String & GetMinimumEngineVersion() const
ApplyMethod GetApplyMethod() const
const Aws::String & GetParameterName() const
Parameter & WithParameterName(ParameterNameT &&value)
bool SourceHasBeenSet() const
void SetSource(SourceT &&value)
AWS_RDS_API Parameter & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Parameter & WithApplyMethod(ApplyMethod value)
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
void SetParameterValue(ParameterValueT &&value)
Parameter & WithDataType(DataTypeT &&value)
Parameter & WithAllowedValues(AllowedValuesT &&value)
Parameter & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream