AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IncrementalExportSpecification.h
1
6#pragma once
7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/dynamodb/model/ExportViewType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace DynamoDB
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_DYNAMODB_API IncrementalExportSpecification() = default;
39 AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
49 inline const Aws::Utils::DateTime& GetExportFromTime() const { return m_exportFromTime; }
50 inline bool ExportFromTimeHasBeenSet() const { return m_exportFromTimeHasBeenSet; }
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>
54 IncrementalExportSpecification& WithExportFromTime(ExportFromTimeT&& value) { SetExportFromTime(std::forward<ExportFromTimeT>(value)); return *this;}
56
58
65 inline const Aws::Utils::DateTime& GetExportToTime() const { return m_exportToTime; }
66 inline bool ExportToTimeHasBeenSet() const { return m_exportToTimeHasBeenSet; }
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>
70 IncrementalExportSpecification& WithExportToTime(ExportToTimeT&& value) { SetExportToTime(std::forward<ExportToTimeT>(value)); return *this;}
72
74
79 inline ExportViewType GetExportViewType() const { return m_exportViewType; }
80 inline bool ExportViewTypeHasBeenSet() const { return m_exportViewTypeHasBeenSet; }
81 inline void SetExportViewType(ExportViewType value) { m_exportViewTypeHasBeenSet = true; m_exportViewType = value; }
84 private:
85
86 Aws::Utils::DateTime m_exportFromTime{};
87 bool m_exportFromTimeHasBeenSet = false;
88
89 Aws::Utils::DateTime m_exportToTime{};
90 bool m_exportToTimeHasBeenSet = false;
91
93 bool m_exportViewTypeHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace DynamoDB
98} // namespace Aws
IncrementalExportSpecification & WithExportViewType(ExportViewType value)
IncrementalExportSpecification & WithExportFromTime(ExportFromTimeT &&value)
AWS_DYNAMODB_API IncrementalExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API IncrementalExportSpecification()=default
IncrementalExportSpecification & WithExportToTime(ExportToTimeT &&value)
AWS_DYNAMODB_API IncrementalExportSpecification(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue