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>
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
113 bool m_parameterValueTypeHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
119 bool m_defaultValuesHasBeenSet =
false;
122 bool m_valueWhenUnsetHasBeenSet =
false;
125 bool m_mappedDataSetParametersHasBeenSet =
false;
bool NameHasBeenSet() const
StringParameterDeclaration & WithParameterValueType(ParameterValueType &&value)
bool ParameterValueTypeHasBeenSet() const
void SetValueWhenUnset(const StringValueWhenUnsetConfiguration &value)
StringParameterDeclaration & WithParameterValueType(const ParameterValueType &value)
const Aws::Vector< MappedDataSetParameter > & GetMappedDataSetParameters() const
StringParameterDeclaration & WithDefaultValues(const StringDefaultValues &value)
StringParameterDeclaration & WithDefaultValues(StringDefaultValues &&value)
bool MappedDataSetParametersHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API StringParameterDeclaration()
StringParameterDeclaration & WithMappedDataSetParameters(Aws::Vector< MappedDataSetParameter > &&value)
StringParameterDeclaration & AddMappedDataSetParameters(const MappedDataSetParameter &value)
StringParameterDeclaration & WithName(Aws::String &&value)
const StringDefaultValues & GetDefaultValues() const
void SetDefaultValues(const StringDefaultValues &value)
bool DefaultValuesHasBeenSet() const
void SetParameterValueType(const ParameterValueType &value)
void SetName(const char *value)
AWS_QUICKSIGHT_API StringParameterDeclaration(Aws::Utils::Json::JsonView jsonValue)
StringParameterDeclaration & WithValueWhenUnset(const StringValueWhenUnsetConfiguration &value)
const StringValueWhenUnsetConfiguration & GetValueWhenUnset() const
const Aws::String & GetName() const
void SetMappedDataSetParameters(Aws::Vector< MappedDataSetParameter > &&value)
void SetName(Aws::String &&value)
void SetValueWhenUnset(StringValueWhenUnsetConfiguration &&value)
void SetName(const Aws::String &value)
bool ValueWhenUnsetHasBeenSet() const
StringParameterDeclaration & WithName(const char *value)
StringParameterDeclaration & AddMappedDataSetParameters(MappedDataSetParameter &&value)
StringParameterDeclaration & WithValueWhenUnset(StringValueWhenUnsetConfiguration &&value)
void SetDefaultValues(StringDefaultValues &&value)
void SetParameterValueType(ParameterValueType &&value)
void SetMappedDataSetParameters(const Aws::Vector< MappedDataSetParameter > &value)
AWS_QUICKSIGHT_API StringParameterDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
StringParameterDeclaration & WithMappedDataSetParameters(const Aws::Vector< MappedDataSetParameter > &value)
StringParameterDeclaration & WithName(const Aws::String &value)
const ParameterValueType & GetParameterValueType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue