AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetExportFromTime(const Aws::Utils::DateTime& value) { m_exportFromTimeHasBeenSet = true; m_exportFromTime = value; }
52 inline void SetExportFromTime(Aws::Utils::DateTime&& value) { m_exportFromTimeHasBeenSet = true; m_exportFromTime = std::move(value); }
56
58
65 inline const Aws::Utils::DateTime& GetExportToTime() const{ return m_exportToTime; }
66 inline bool ExportToTimeHasBeenSet() const { return m_exportToTimeHasBeenSet; }
67 inline void SetExportToTime(const Aws::Utils::DateTime& value) { m_exportToTimeHasBeenSet = true; m_exportToTime = value; }
68 inline void SetExportToTime(Aws::Utils::DateTime&& value) { m_exportToTimeHasBeenSet = true; m_exportToTime = std::move(value); }
70 inline IncrementalExportSpecification& WithExportToTime(Aws::Utils::DateTime&& value) { SetExportToTime(std::move(value)); return *this;}
72
74
79 inline const ExportViewType& GetExportViewType() const{ return m_exportViewType; }
80 inline bool ExportViewTypeHasBeenSet() const { return m_exportViewTypeHasBeenSet; }
81 inline void SetExportViewType(const ExportViewType& value) { m_exportViewTypeHasBeenSet = true; m_exportViewType = value; }
82 inline void SetExportViewType(ExportViewType&& value) { m_exportViewTypeHasBeenSet = true; m_exportViewType = std::move(value); }
84 inline IncrementalExportSpecification& WithExportViewType(ExportViewType&& value) { SetExportViewType(std::move(value)); return *this;}
86 private:
87
88 Aws::Utils::DateTime m_exportFromTime;
89 bool m_exportFromTimeHasBeenSet = false;
90
91 Aws::Utils::DateTime m_exportToTime;
92 bool m_exportToTimeHasBeenSet = false;
93
94 ExportViewType m_exportViewType;
95 bool m_exportViewTypeHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace DynamoDB
100} // namespace Aws
IncrementalExportSpecification & WithExportViewType(ExportViewType &&value)
AWS_DYNAMODB_API IncrementalExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
IncrementalExportSpecification & WithExportViewType(const ExportViewType &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
IncrementalExportSpecification & WithExportToTime(Aws::Utils::DateTime &&value)
IncrementalExportSpecification & WithExportToTime(const Aws::Utils::DateTime &value)
IncrementalExportSpecification & WithExportFromTime(const Aws::Utils::DateTime &value)
AWS_DYNAMODB_API IncrementalExportSpecification(Aws::Utils::Json::JsonView jsonValue)
IncrementalExportSpecification & WithExportFromTime(Aws::Utils::DateTime &&value)
Aws::Utils::Json::JsonValue JsonValue