7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/BackupStatus.h>
11#include <aws/dynamodb/model/BackupType.h>
44 template <
typename BackupArnT = Aws::String>
46 m_backupArnHasBeenSet =
true;
47 m_backupArn = std::forward<BackupArnT>(value);
49 template <
typename BackupArnT = Aws::String>
62 template <
typename BackupNameT = Aws::String>
64 m_backupNameHasBeenSet =
true;
65 m_backupName = std::forward<BackupNameT>(value);
67 template <
typename BackupNameT = Aws::String>
82 m_backupSizeBytesHasBeenSet =
true;
83 m_backupSizeBytes = value;
98 m_backupStatusHasBeenSet =
true;
99 m_backupStatus = value;
121 m_backupTypeHasBeenSet =
true;
122 m_backupType = value;
137 template <
typename BackupCreationDateTimeT = Aws::Utils::DateTime>
139 m_backupCreationDateTimeHasBeenSet =
true;
140 m_backupCreationDateTime = std::forward<BackupCreationDateTimeT>(value);
142 template <
typename BackupCreationDateTimeT = Aws::Utils::DateTime>
157 template <
typename BackupExpiryDateTimeT = Aws::Utils::DateTime>
159 m_backupExpiryDateTimeHasBeenSet =
true;
160 m_backupExpiryDateTime = std::forward<BackupExpiryDateTimeT>(value);
162 template <
typename BackupExpiryDateTimeT = Aws::Utils::DateTime>
173 long long m_backupSizeBytes{0};
182 bool m_backupArnHasBeenSet =
false;
183 bool m_backupNameHasBeenSet =
false;
184 bool m_backupSizeBytesHasBeenSet =
false;
185 bool m_backupStatusHasBeenSet =
false;
186 bool m_backupTypeHasBeenSet =
false;
187 bool m_backupCreationDateTimeHasBeenSet =
false;
188 bool m_backupExpiryDateTimeHasBeenSet =
false;
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
BackupDetails & WithBackupStatus(BackupStatus value)
void SetBackupArn(BackupArnT &&value)
BackupDetails & WithBackupCreationDateTime(BackupCreationDateTimeT &&value)
BackupDetails & WithBackupArn(BackupArnT &&value)
bool BackupExpiryDateTimeHasBeenSet() const
BackupDetails & WithBackupSizeBytes(long long value)
void SetBackupName(BackupNameT &&value)
void SetBackupSizeBytes(long long value)
bool BackupTypeHasBeenSet() const
void SetBackupCreationDateTime(BackupCreationDateTimeT &&value)
bool BackupArnHasBeenSet() const
bool BackupSizeBytesHasBeenSet() const
const Aws::Utils::DateTime & GetBackupExpiryDateTime() const
bool BackupCreationDateTimeHasBeenSet() const
AWS_DYNAMODB_API BackupDetails(Aws::Utils::Json::JsonView jsonValue)
BackupDetails & WithBackupType(BackupType value)
const Aws::String & GetBackupArn() const
BackupDetails & WithBackupExpiryDateTime(BackupExpiryDateTimeT &&value)
bool BackupNameHasBeenSet() const
void SetBackupStatus(BackupStatus value)
const Aws::String & GetBackupName() const
BackupDetails & WithBackupName(BackupNameT &&value)
const Aws::Utils::DateTime & GetBackupCreationDateTime() const
AWS_DYNAMODB_API BackupDetails()=default
long long GetBackupSizeBytes() const
void SetBackupType(BackupType value)
BackupType GetBackupType() const
void SetBackupExpiryDateTime(BackupExpiryDateTimeT &&value)
bool BackupStatusHasBeenSet() const
BackupStatus GetBackupStatus() const
AWS_DYNAMODB_API BackupDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue