7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DataSetIdentifierT = Aws::String>
48 void SetDataSetIdentifier(DataSetIdentifierT&& value) { m_dataSetIdentifierHasBeenSet =
true; m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value); }
49 template<
typename DataSetIdentifierT = Aws::String>
59 template<
typename ExpressionT = Aws::String>
60 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
61 template<
typename ExpressionT = Aws::String>
67 bool m_dataSetIdentifierHasBeenSet =
false;
70 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