7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/MappedDataSetParameter.h>
11#include <aws/quicksight/model/ParameterValueType.h>
12#include <aws/quicksight/model/StringDefaultValues.h>
13#include <aws/quicksight/model/StringValueWhenUnsetConfiguration.h>
48 m_parameterValueTypeHasBeenSet =
true;
49 m_parameterValueType = value;
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
82 template <
typename DefaultValuesT = StringDefaultValues>
84 m_defaultValuesHasBeenSet =
true;
85 m_defaultValues = std::forward<DefaultValuesT>(value);
87 template <
typename DefaultValuesT = StringDefaultValues>
101 template <
typename ValueWhenUnsetT = StringValueWhenUnsetConfiguration>
103 m_valueWhenUnsetHasBeenSet =
true;
104 m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value);
106 template <
typename ValueWhenUnsetT = StringValueWhenUnsetConfiguration>
117 template <
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
119 m_mappedDataSetParametersHasBeenSet =
true;
120 m_mappedDataSetParameters = std::forward<MappedDataSetParametersT>(value);
122 template <
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
127 template <
typename MappedDataSetParametersT = MappedDataSetParameter>
129 m_mappedDataSetParametersHasBeenSet =
true;
130 m_mappedDataSetParameters.emplace_back(std::forward<MappedDataSetParametersT>(value));
139 StringDefaultValues m_defaultValues;
141 StringValueWhenUnsetConfiguration m_valueWhenUnset;
144 bool m_parameterValueTypeHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
146 bool m_defaultValuesHasBeenSet =
false;
147 bool m_valueWhenUnsetHasBeenSet =
false;
148 bool m_mappedDataSetParametersHasBeenSet =
false;
bool NameHasBeenSet() const
StringParameterDeclaration & AddMappedDataSetParameters(MappedDataSetParametersT &&value)
bool ParameterValueTypeHasBeenSet() const
void SetParameterValueType(ParameterValueType value)
const Aws::Vector< MappedDataSetParameter > & GetMappedDataSetParameters() const
void SetDefaultValues(DefaultValuesT &&value)
bool MappedDataSetParametersHasBeenSet() const
void SetName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API StringParameterDeclaration()=default
StringParameterDeclaration & WithParameterValueType(ParameterValueType value)
StringParameterDeclaration & WithValueWhenUnset(ValueWhenUnsetT &&value)
void SetMappedDataSetParameters(MappedDataSetParametersT &&value)
const StringDefaultValues & GetDefaultValues() const
bool DefaultValuesHasBeenSet() const
StringParameterDeclaration & WithMappedDataSetParameters(MappedDataSetParametersT &&value)
StringParameterDeclaration & WithDefaultValues(DefaultValuesT &&value)
AWS_QUICKSIGHT_API StringParameterDeclaration(Aws::Utils::Json::JsonView jsonValue)
const StringValueWhenUnsetConfiguration & GetValueWhenUnset() const
const Aws::String & GetName() const
void SetValueWhenUnset(ValueWhenUnsetT &&value)
StringParameterDeclaration & WithName(NameT &&value)
bool ValueWhenUnsetHasBeenSet() const
ParameterValueType GetParameterValueType() const
AWS_QUICKSIGHT_API StringParameterDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue