7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename FieldIdT = Aws::String>
43 m_fieldIdHasBeenSet =
true;
44 m_fieldId = std::forward<FieldIdT>(value);
46 template <
typename FieldIdT = Aws::String>
59 template <
typename ExpressionT = Aws::String>
61 m_expressionHasBeenSet =
true;
62 m_expression = std::forward<ExpressionT>(value);
64 template <
typename ExpressionT = Aws::String>
74 bool m_fieldIdHasBeenSet =
false;
75 bool m_expressionHasBeenSet =
false;
bool FieldIdHasBeenSet() const
void SetFieldId(FieldIdT &&value)
const Aws::String & GetFieldId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CalculatedMeasureField(Aws::Utils::Json::JsonView jsonValue)
void SetExpression(ExpressionT &&value)
const Aws::String & GetExpression() const
AWS_QUICKSIGHT_API CalculatedMeasureField()=default
CalculatedMeasureField & WithExpression(ExpressionT &&value)
AWS_QUICKSIGHT_API CalculatedMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExpressionHasBeenSet() const
CalculatedMeasureField & WithFieldId(FieldIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue