7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/dynamodb/model/ExportViewType.h>
51 template<
typename ExportFromTimeT = Aws::Utils::DateTime>
52 void SetExportFromTime(ExportFromTimeT&& value) { m_exportFromTimeHasBeenSet =
true; m_exportFromTime = std::forward<ExportFromTimeT>(value); }
53 template<
typename ExportFromTimeT = Aws::Utils::DateTime>
67 template<
typename ExportToTimeT = Aws::Utils::DateTime>
68 void SetExportToTime(ExportToTimeT&& value) { m_exportToTimeHasBeenSet =
true; m_exportToTime = std::forward<ExportToTimeT>(value); }
69 template<
typename ExportToTimeT = Aws::Utils::DateTime>
87 bool m_exportFromTimeHasBeenSet =
false;
90 bool m_exportToTimeHasBeenSet =
false;
93 bool m_exportViewTypeHasBeenSet =
false;
IncrementalExportSpecification & WithExportViewType(ExportViewType value)
ExportViewType GetExportViewType() const
IncrementalExportSpecification & WithExportFromTime(ExportFromTimeT &&value)
bool ExportViewTypeHasBeenSet() const
void SetExportFromTime(ExportFromTimeT &&value)
bool ExportFromTimeHasBeenSet() const
AWS_DYNAMODB_API IncrementalExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExportViewType(ExportViewType value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExportToTime(ExportToTimeT &&value)
const Aws::Utils::DateTime & GetExportToTime() const
const Aws::Utils::DateTime & GetExportFromTime() const
AWS_DYNAMODB_API IncrementalExportSpecification()=default
bool ExportToTimeHasBeenSet() const
IncrementalExportSpecification & WithExportToTime(ExportToTimeT &&value)
AWS_DYNAMODB_API IncrementalExportSpecification(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue