7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune/model/ApplyMethod.h>
49 template<
typename ParameterNameT = Aws::String>
50 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
51 template<
typename ParameterNameT = Aws::String>
61 template<
typename ParameterValueT = Aws::String>
62 void SetParameterValue(ParameterValueT&& value) { m_parameterValueHasBeenSet =
true; m_parameterValue = std::forward<ParameterValueT>(value); }
63 template<
typename ParameterValueT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename SourceT = Aws::String>
86 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
87 template<
typename SourceT = Aws::String>
97 template<
typename ApplyTypeT = Aws::String>
98 void SetApplyType(ApplyTypeT&& value) { m_applyTypeHasBeenSet =
true; m_applyType = std::forward<ApplyTypeT>(value); }
99 template<
typename ApplyTypeT = Aws::String>
109 template<
typename DataTypeT = Aws::String>
110 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
111 template<
typename DataTypeT = Aws::String>
121 template<
typename AllowedValuesT = Aws::String>
122 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
123 template<
typename AllowedValuesT = Aws::String>
135 inline void SetIsModifiable(
bool value) { m_isModifiableHasBeenSet =
true; m_isModifiable = value; }
145 template<
typename MinimumEngineVersionT = Aws::String>
146 void SetMinimumEngineVersion(MinimumEngineVersionT&& value) { m_minimumEngineVersionHasBeenSet =
true; m_minimumEngineVersion = std::forward<MinimumEngineVersionT>(value); }
147 template<
typename MinimumEngineVersionT = Aws::String>
163 bool m_parameterNameHasBeenSet =
false;
166 bool m_parameterValueHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_sourceHasBeenSet =
false;
175 bool m_applyTypeHasBeenSet =
false;
178 bool m_dataTypeHasBeenSet =
false;
181 bool m_allowedValuesHasBeenSet =
false;
183 bool m_isModifiable{
false};
184 bool m_isModifiableHasBeenSet =
false;
187 bool m_minimumEngineVersionHasBeenSet =
false;
190 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