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/IntegerDefaultValues.h>
11#include <aws/quicksight/model/IntegerValueWhenUnsetConfiguration.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); }
112 bool m_parameterValueTypeHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
118 bool m_defaultValuesHasBeenSet =
false;
121 bool m_valueWhenUnsetHasBeenSet =
false;
124 bool m_mappedDataSetParametersHasBeenSet =
false;
void SetParameterValueType(const ParameterValueType &value)
const IntegerValueWhenUnsetConfiguration & GetValueWhenUnset() const
IntegerParameterDeclaration & WithName(const char *value)
void SetMappedDataSetParameters(const Aws::Vector< MappedDataSetParameter > &value)
void SetMappedDataSetParameters(Aws::Vector< MappedDataSetParameter > &&value)
IntegerParameterDeclaration & AddMappedDataSetParameters(const MappedDataSetParameter &value)
void SetName(const Aws::String &value)
void SetDefaultValues(IntegerDefaultValues &&value)
void SetValueWhenUnset(const IntegerValueWhenUnsetConfiguration &value)
IntegerParameterDeclaration & WithValueWhenUnset(IntegerValueWhenUnsetConfiguration &&value)
const Aws::Vector< MappedDataSetParameter > & GetMappedDataSetParameters() const
IntegerParameterDeclaration & WithDefaultValues(const IntegerDefaultValues &value)
AWS_QUICKSIGHT_API IntegerParameterDeclaration()
IntegerParameterDeclaration & WithMappedDataSetParameters(Aws::Vector< MappedDataSetParameter > &&value)
const ParameterValueType & GetParameterValueType() const
bool MappedDataSetParametersHasBeenSet() const
IntegerParameterDeclaration & AddMappedDataSetParameters(MappedDataSetParameter &&value)
void SetParameterValueType(ParameterValueType &&value)
IntegerParameterDeclaration & WithValueWhenUnset(const IntegerValueWhenUnsetConfiguration &value)
bool NameHasBeenSet() const
void SetValueWhenUnset(IntegerValueWhenUnsetConfiguration &&value)
const Aws::String & GetName() const
AWS_QUICKSIGHT_API IntegerParameterDeclaration(Aws::Utils::Json::JsonView jsonValue)
IntegerParameterDeclaration & WithName(const Aws::String &value)
const IntegerDefaultValues & GetDefaultValues() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
IntegerParameterDeclaration & WithName(Aws::String &&value)
IntegerParameterDeclaration & WithParameterValueType(const ParameterValueType &value)
IntegerParameterDeclaration & WithDefaultValues(IntegerDefaultValues &&value)
bool ParameterValueTypeHasBeenSet() const
void SetDefaultValues(const IntegerDefaultValues &value)
void SetName(Aws::String &&value)
AWS_QUICKSIGHT_API IntegerParameterDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
bool ValueWhenUnsetHasBeenSet() const
IntegerParameterDeclaration & WithMappedDataSetParameters(const Aws::Vector< MappedDataSetParameter > &value)
bool DefaultValuesHasBeenSet() const
IntegerParameterDeclaration & WithParameterValueType(ParameterValueType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue