7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/NewDefaultValues.h>
42 template <
typename ParameterNameT = Aws::String>
44 m_parameterNameHasBeenSet =
true;
45 m_parameterName = std::forward<ParameterNameT>(value);
47 template <
typename ParameterNameT = Aws::String>
60 template <
typename NewParameterNameT = Aws::String>
62 m_newParameterNameHasBeenSet =
true;
63 m_newParameterName = std::forward<NewParameterNameT>(value);
65 template <
typename NewParameterNameT = Aws::String>
78 template <
typename NewDefaultValuesT = NewDefaultValues>
80 m_newDefaultValuesHasBeenSet =
true;
81 m_newDefaultValues = std::forward<NewDefaultValuesT>(value);
83 template <
typename NewDefaultValuesT = NewDefaultValues>
95 bool m_parameterNameHasBeenSet =
false;
96 bool m_newParameterNameHasBeenSet =
false;
97 bool m_newDefaultValuesHasBeenSet =
false;
void SetParameterName(ParameterNameT &&value)
void SetNewDefaultValues(NewDefaultValuesT &&value)
OverrideDatasetParameterOperation & WithNewParameterName(NewParameterNameT &&value)
void SetNewParameterName(NewParameterNameT &&value)
AWS_QUICKSIGHT_API OverrideDatasetParameterOperation()=default
bool ParameterNameHasBeenSet() const
const Aws::String & GetNewParameterName() const
bool NewDefaultValuesHasBeenSet() const
const NewDefaultValues & GetNewDefaultValues() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API OverrideDatasetParameterOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParameterName() const
OverrideDatasetParameterOperation & WithParameterName(ParameterNameT &&value)
bool NewParameterNameHasBeenSet() const
OverrideDatasetParameterOperation & WithNewDefaultValues(NewDefaultValuesT &&value)
AWS_QUICKSIGHT_API OverrideDatasetParameterOperation(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue