7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
10#include <aws/neptune/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>
61 template <
typename ParameterValueT = Aws::String>
63 m_parameterValueHasBeenSet =
true;
64 m_parameterValue = std::forward<ParameterValueT>(value);
66 template <
typename ParameterValueT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename SourceT = Aws::String>
99 m_sourceHasBeenSet =
true;
100 m_source = std::forward<SourceT>(value);
102 template <
typename SourceT = Aws::String>
115 template <
typename ApplyTypeT = Aws::String>
117 m_applyTypeHasBeenSet =
true;
118 m_applyType = std::forward<ApplyTypeT>(value);
120 template <
typename ApplyTypeT = Aws::String>
133 template <
typename DataTypeT = Aws::String>
135 m_dataTypeHasBeenSet =
true;
136 m_dataType = std::forward<DataTypeT>(value);
138 template <
typename DataTypeT = Aws::String>
151 template <
typename AllowedValuesT = Aws::String>
153 m_allowedValuesHasBeenSet =
true;
154 m_allowedValues = std::forward<AllowedValuesT>(value);
156 template <
typename AllowedValuesT = Aws::String>
172 m_isModifiableHasBeenSet =
true;
173 m_isModifiable = value;
187 template <
typename MinimumEngineVersionT = Aws::String>
189 m_minimumEngineVersionHasBeenSet =
true;
190 m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value);
192 template <
typename MinimumEngineVersionT = Aws::String>
206 m_applyMethodHasBeenSet =
true;
207 m_applyMethod = value;
229 bool m_isModifiable{
false};
234 bool m_parameterNameHasBeenSet =
false;
235 bool m_parameterValueHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
237 bool m_sourceHasBeenSet =
false;
238 bool m_applyTypeHasBeenSet =
false;
239 bool m_dataTypeHasBeenSet =
false;
240 bool m_allowedValuesHasBeenSet =
false;
241 bool m_isModifiableHasBeenSet =
false;
242 bool m_minimumEngineVersionHasBeenSet =
false;
243 bool m_applyMethodHasBeenSet =
false;
bool IsModifiableHasBeenSet() const
Parameter & WithApplyMethod(ApplyMethod value)
const Aws::String & GetDescription() const
Parameter & WithDescription(DescriptionT &&value)
Parameter & WithIsModifiable(bool value)
bool ParameterValueHasBeenSet() const
bool SourceHasBeenSet() const
bool ParameterNameHasBeenSet() const
void SetSource(SourceT &&value)
Parameter & WithMinimumEngineVersion(MinimumEngineVersionT &&value)
void SetIsModifiable(bool value)
const Aws::String & GetParameterValue() const
bool AllowedValuesHasBeenSet() const
const Aws::String & GetAllowedValues() const
bool ApplyMethodHasBeenSet() const
Parameter & WithParameterName(ParameterNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetSource() const
Parameter & WithSource(SourceT &&value)
void SetMinimumEngineVersion(MinimumEngineVersionT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool DataTypeHasBeenSet() const
Parameter & WithParameterValue(ParameterValueT &&value)
Parameter & WithApplyType(ApplyTypeT &&value)
void SetAllowedValues(AllowedValuesT &&value)
AWS_NEPTUNE_API Parameter(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MinimumEngineVersionHasBeenSet() const
AWS_NEPTUNE_API Parameter & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DescriptionHasBeenSet() const
const Aws::String & GetApplyType() const
bool GetIsModifiable() const
AWS_NEPTUNE_API Parameter()=default
const Aws::String & GetMinimumEngineVersion() const
void SetParameterName(ParameterNameT &&value)
Parameter & WithAllowedValues(AllowedValuesT &&value)
const Aws::String & GetDataType() const
void SetParameterValue(ParameterValueT &&value)
bool ApplyTypeHasBeenSet() const
void SetApplyType(ApplyTypeT &&value)
ApplyMethod GetApplyMethod() const
void SetDataType(DataTypeT &&value)
void SetApplyMethod(ApplyMethod value)
Parameter & WithDataType(DataTypeT &&value)
const Aws::String & GetParameterName() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream