7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename DataSetIdentifierT = Aws::String>
43 m_dataSetIdentifierHasBeenSet =
true;
44 m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value);
46 template <
typename DataSetIdentifierT = 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_dataSetIdentifierHasBeenSet =
false;
75 bool m_expressionHasBeenSet =
false;
RollingDateConfiguration & WithExpression(ExpressionT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExpression(ExpressionT &&value)
bool ExpressionHasBeenSet() const
bool DataSetIdentifierHasBeenSet() const
void SetDataSetIdentifier(DataSetIdentifierT &&value)
const Aws::String & GetDataSetIdentifier() const
const Aws::String & GetExpression() const
AWS_QUICKSIGHT_API RollingDateConfiguration()=default
RollingDateConfiguration & WithDataSetIdentifier(DataSetIdentifierT &&value)
AWS_QUICKSIGHT_API RollingDateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API RollingDateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue