7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename DataSetIdentifierT = Aws::String>
42 m_dataSetIdentifierHasBeenSet =
true;
43 m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value);
45 template <
typename DataSetIdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename ExpressionT = Aws::String>
78 m_expressionHasBeenSet =
true;
79 m_expression = std::forward<ExpressionT>(value);
81 template <
typename ExpressionT = Aws::String>
93 bool m_dataSetIdentifierHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_expressionHasBeenSet =
false;
CalculatedField & WithExpression(ExpressionT &&value)
bool DataSetIdentifierHasBeenSet() const
const Aws::String & GetDataSetIdentifier() const
CalculatedField & WithDataSetIdentifier(DataSetIdentifierT &&value)
AWS_QUICKSIGHT_API CalculatedField(Aws::Utils::Json::JsonView jsonValue)
void SetExpression(ExpressionT &&value)
bool ExpressionHasBeenSet() const
AWS_QUICKSIGHT_API CalculatedField()=default
CalculatedField & WithName(NameT &&value)
const Aws::String & GetExpression() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API CalculatedField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataSetIdentifier(DataSetIdentifierT &&value)
void SetName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue