7#include <aws/core/utils/DateTime.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/ExportViewType.h>
45 template <
typename ExportFromTimeT = Aws::Utils::DateTime>
47 m_exportFromTimeHasBeenSet =
true;
48 m_exportFromTime = std::forward<ExportFromTimeT>(value);
50 template <
typename ExportFromTimeT = Aws::Utils::DateTime>
67 template <
typename ExportToTimeT = Aws::Utils::DateTime>
69 m_exportToTimeHasBeenSet =
true;
70 m_exportToTime = std::forward<ExportToTimeT>(value);
72 template <
typename ExportToTimeT = Aws::Utils::DateTime>
88 m_exportViewTypeHasBeenSet =
true;
89 m_exportViewType = value;
102 bool m_exportFromTimeHasBeenSet =
false;
103 bool m_exportToTimeHasBeenSet =
false;
104 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