7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
10#include <aws/docdb/model/ApplyMethod.h>
43 template <
typename ParameterNameT = Aws::String>
45 m_parameterNameHasBeenSet =
true;
46 m_parameterName = std::forward<ParameterNameT>(value);
48 template <
typename ParameterNameT = Aws::String>
77 template <
typename ParameterValueT = Aws::String>
79 m_parameterValueHasBeenSet =
true;
80 m_parameterValue = std::forward<ParameterValueT>(value);
82 template <
typename ParameterValueT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename SourceT = Aws::String>
115 m_sourceHasBeenSet =
true;
116 m_source = std::forward<SourceT>(value);
118 template <
typename SourceT = Aws::String>
131 template <
typename ApplyTypeT = Aws::String>
133 m_applyTypeHasBeenSet =
true;
134 m_applyType = std::forward<ApplyTypeT>(value);
136 template <
typename ApplyTypeT = Aws::String>
149 template <
typename DataTypeT = Aws::String>
151 m_dataTypeHasBeenSet =
true;
152 m_dataType = std::forward<DataTypeT>(value);
154 template <
typename DataTypeT = Aws::String>
167 template <
typename AllowedValuesT = Aws::String>
169 m_allowedValuesHasBeenSet =
true;
170 m_allowedValues = std::forward<AllowedValuesT>(value);
172 template <
typename AllowedValuesT = Aws::String>
188 m_isModifiableHasBeenSet =
true;
189 m_isModifiable = value;
203 template <
typename MinimumEngineVersionT = Aws::String>
205 m_minimumEngineVersionHasBeenSet =
true;
206 m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value);
208 template <
typename MinimumEngineVersionT = Aws::String>
222 m_applyMethodHasBeenSet =
true;
223 m_applyMethod = value;
245 bool m_isModifiable{
false};
250 bool m_parameterNameHasBeenSet =
false;
251 bool m_parameterValueHasBeenSet =
false;
252 bool m_descriptionHasBeenSet =
false;
253 bool m_sourceHasBeenSet =
false;
254 bool m_applyTypeHasBeenSet =
false;
255 bool m_dataTypeHasBeenSet =
false;
256 bool m_allowedValuesHasBeenSet =
false;
257 bool m_isModifiableHasBeenSet =
false;
258 bool m_minimumEngineVersionHasBeenSet =
false;
259 bool m_applyMethodHasBeenSet =
false;
Parameter & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
bool DataTypeHasBeenSet() const
const Aws::String & GetAllowedValues() const
void SetParameterName(ParameterNameT &&value)
AWS_DOCDB_API Parameter & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_DOCDB_API Parameter()=default
bool IsModifiableHasBeenSet() const
const Aws::String & GetApplyType() const
const Aws::String & GetParameterName() const
Parameter & WithAllowedValues(AllowedValuesT &&value)
void SetSource(SourceT &&value)
void SetIsModifiable(bool value)
void SetAllowedValues(AllowedValuesT &&value)
Parameter & WithIsModifiable(bool value)
Parameter & WithSource(SourceT &&value)
bool ParameterNameHasBeenSet() const
Parameter & WithApplyMethod(ApplyMethod value)
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
bool DescriptionHasBeenSet() const
Parameter & WithApplyType(ApplyTypeT &&value)
Parameter & WithDataType(DataTypeT &&value)
bool ApplyMethodHasBeenSet() const
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetParameterValue(ParameterValueT &&value)
bool SourceHasBeenSet() const
bool AllowedValuesHasBeenSet() const
const Aws::String & GetMinimumEngineVersion() const
Parameter & WithDescription(DescriptionT &&value)
Parameter & WithParameterValue(ParameterValueT &&value)
const Aws::String & GetParameterValue() const
bool GetIsModifiable() const
AWS_DOCDB_API Parameter(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ParameterValueHasBeenSet() const
bool MinimumEngineVersionHasBeenSet() const
void SetDataType(DataTypeT &&value)
const Aws::String & GetDataType() const
bool ApplyTypeHasBeenSet() const
const Aws::String & GetSource() const
ApplyMethod GetApplyMethod() const
Parameter & WithParameterName(ParameterNameT &&value)
void SetApplyMethod(ApplyMethod value)
const Aws::String & GetDescription() const
void SetApplyType(ApplyTypeT &&value)
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream