7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ParameterValueType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/StringDefaultValues.h>
11#include <aws/quicksight/model/StringValueWhenUnsetConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/quicksight/model/MappedDataSetParameter.h>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
76 template<
typename DefaultValuesT = StringDefaultValues>
77 void SetDefaultValues(DefaultValuesT&& value) { m_defaultValuesHasBeenSet =
true; m_defaultValues = std::forward<DefaultValuesT>(value); }
78 template<
typename DefaultValuesT = StringDefaultValues>
89 template<
typename ValueWhenUnsetT = StringValueWhenUnsetConfiguration>
90 void SetValueWhenUnset(ValueWhenUnsetT&& value) { m_valueWhenUnsetHasBeenSet =
true; m_valueWhenUnset = std::forward<ValueWhenUnsetT>(value); }
91 template<
typename ValueWhenUnsetT = StringValueWhenUnsetConfiguration>
99 template<
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
100 void SetMappedDataSetParameters(MappedDataSetParametersT&& value) { m_mappedDataSetParametersHasBeenSet =
true; m_mappedDataSetParameters = std::forward<MappedDataSetParametersT>(value); }
101 template<
typename MappedDataSetParametersT = Aws::Vector<MappedDataSetParameter>>
103 template<
typename MappedDataSetParametersT = MappedDataSetParameter>
109 bool m_parameterValueTypeHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
114 StringDefaultValues m_defaultValues;
115 bool m_defaultValuesHasBeenSet =
false;
117 StringValueWhenUnsetConfiguration m_valueWhenUnset;
118 bool m_valueWhenUnsetHasBeenSet =
false;
121 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