AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ContinuousBackupsDescription.h
1
6#pragma once
7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/ContinuousBackupsStatus.h>
9#include <aws/dynamodb/model/PointInTimeRecoveryDescription.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 ContinuousBackupsDescription() = default;
39 AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline ContinuousBackupsStatus GetContinuousBackupsStatus() const { return m_continuousBackupsStatus; }
48 inline bool ContinuousBackupsStatusHasBeenSet() const { return m_continuousBackupsStatusHasBeenSet; }
49 inline void SetContinuousBackupsStatus(ContinuousBackupsStatus value) { m_continuousBackupsStatusHasBeenSet = true; m_continuousBackupsStatus = value; }
52
54
58 inline const PointInTimeRecoveryDescription& GetPointInTimeRecoveryDescription() const { return m_pointInTimeRecoveryDescription; }
59 inline bool PointInTimeRecoveryDescriptionHasBeenSet() const { return m_pointInTimeRecoveryDescriptionHasBeenSet; }
60 template<typename PointInTimeRecoveryDescriptionT = PointInTimeRecoveryDescription>
61 void SetPointInTimeRecoveryDescription(PointInTimeRecoveryDescriptionT&& value) { m_pointInTimeRecoveryDescriptionHasBeenSet = true; m_pointInTimeRecoveryDescription = std::forward<PointInTimeRecoveryDescriptionT>(value); }
62 template<typename PointInTimeRecoveryDescriptionT = PointInTimeRecoveryDescription>
63 ContinuousBackupsDescription& WithPointInTimeRecoveryDescription(PointInTimeRecoveryDescriptionT&& value) { SetPointInTimeRecoveryDescription(std::forward<PointInTimeRecoveryDescriptionT>(value)); return *this;}
65 private:
66
68 bool m_continuousBackupsStatusHasBeenSet = false;
69
70 PointInTimeRecoveryDescription m_pointInTimeRecoveryDescription;
71 bool m_pointInTimeRecoveryDescriptionHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace DynamoDB
76} // namespace Aws
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API ContinuousBackupsDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ContinuousBackupsDescription()=default
ContinuousBackupsDescription & WithContinuousBackupsStatus(ContinuousBackupsStatus value)
ContinuousBackupsDescription & WithPointInTimeRecoveryDescription(PointInTimeRecoveryDescriptionT &&value)
void SetPointInTimeRecoveryDescription(PointInTimeRecoveryDescriptionT &&value)
AWS_DYNAMODB_API ContinuousBackupsDescription(Aws::Utils::Json::JsonView jsonValue)
const PointInTimeRecoveryDescription & GetPointInTimeRecoveryDescription() const
Aws::Utils::Json::JsonValue JsonValue