7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/dynamodb/model/BackupStatus.h>
11#include <aws/dynamodb/model/BackupType.h>
49 template<
typename TableNameT = Aws::String>
50 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
51 template<
typename TableNameT = Aws::String>
61 template<
typename TableIdT = Aws::String>
62 void SetTableId(TableIdT&& value) { m_tableIdHasBeenSet =
true; m_tableId = std::forward<TableIdT>(value); }
63 template<
typename TableIdT = Aws::String>
73 template<
typename TableArnT = Aws::String>
74 void SetTableArn(TableArnT&& value) { m_tableArnHasBeenSet =
true; m_tableArn = std::forward<TableArnT>(value); }
75 template<
typename TableArnT = Aws::String>
85 template<
typename BackupArnT = Aws::String>
86 void SetBackupArn(BackupArnT&& value) { m_backupArnHasBeenSet =
true; m_backupArn = std::forward<BackupArnT>(value); }
87 template<
typename BackupArnT = Aws::String>
97 template<
typename BackupNameT = Aws::String>
98 void SetBackupName(BackupNameT&& value) { m_backupNameHasBeenSet =
true; m_backupName = std::forward<BackupNameT>(value); }
99 template<
typename BackupNameT = Aws::String>
109 template<
typename BackupCreationDateTimeT = Aws::Utils::DateTime>
110 void SetBackupCreationDateTime(BackupCreationDateTimeT&& value) { m_backupCreationDateTimeHasBeenSet =
true; m_backupCreationDateTime = std::forward<BackupCreationDateTimeT>(value); }
111 template<
typename BackupCreationDateTimeT = Aws::Utils::DateTime>
123 template<
typename BackupExpiryDateTimeT = Aws::Utils::DateTime>
124 void SetBackupExpiryDateTime(BackupExpiryDateTimeT&& value) { m_backupExpiryDateTimeHasBeenSet =
true; m_backupExpiryDateTime = std::forward<BackupExpiryDateTimeT>(value); }
125 template<
typename BackupExpiryDateTimeT = Aws::Utils::DateTime>
162 inline void SetBackupSizeBytes(
long long value) { m_backupSizeBytesHasBeenSet =
true; m_backupSizeBytes = value; }
168 bool m_tableNameHasBeenSet =
false;
171 bool m_tableIdHasBeenSet =
false;
174 bool m_tableArnHasBeenSet =
false;
177 bool m_backupArnHasBeenSet =
false;
180 bool m_backupNameHasBeenSet =
false;
183 bool m_backupCreationDateTimeHasBeenSet =
false;
186 bool m_backupExpiryDateTimeHasBeenSet =
false;
189 bool m_backupStatusHasBeenSet =
false;
192 bool m_backupTypeHasBeenSet =
false;
194 long long m_backupSizeBytes{0};
195 bool m_backupSizeBytesHasBeenSet =
false;
BackupSummary & WithBackupExpiryDateTime(BackupExpiryDateTimeT &&value)
void SetBackupCreationDateTime(BackupCreationDateTimeT &&value)
BackupSummary & WithTableId(TableIdT &&value)
bool BackupSizeBytesHasBeenSet() const
BackupSummary & WithBackupSizeBytes(long long value)
bool BackupCreationDateTimeHasBeenSet() const
BackupType GetBackupType() const
void SetBackupName(BackupNameT &&value)
void SetBackupArn(BackupArnT &&value)
bool BackupTypeHasBeenSet() const
const Aws::Utils::DateTime & GetBackupCreationDateTime() const
void SetTableArn(TableArnT &&value)
BackupStatus GetBackupStatus() const
BackupSummary & WithTableArn(TableArnT &&value)
BackupSummary & WithBackupCreationDateTime(BackupCreationDateTimeT &&value)
const Aws::String & GetBackupName() const
void SetBackupStatus(BackupStatus value)
bool BackupExpiryDateTimeHasBeenSet() const
BackupSummary & WithBackupStatus(BackupStatus value)
const Aws::String & GetTableName() const
AWS_DYNAMODB_API BackupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBackupArn() const
long long GetBackupSizeBytes() const
void SetTableId(TableIdT &&value)
AWS_DYNAMODB_API BackupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
BackupSummary & WithTableName(TableNameT &&value)
bool BackupNameHasBeenSet() const
const Aws::String & GetTableArn() const
BackupSummary & WithBackupArn(BackupArnT &&value)
BackupSummary & WithBackupType(BackupType value)
void SetBackupType(BackupType value)
bool BackupStatusHasBeenSet() const
bool BackupArnHasBeenSet() const
bool TableIdHasBeenSet() const
AWS_DYNAMODB_API BackupSummary()=default
bool TableArnHasBeenSet() const
void SetBackupExpiryDateTime(BackupExpiryDateTimeT &&value)
const Aws::String & GetTableId() const
BackupSummary & WithBackupName(BackupNameT &&value)
void SetTableName(TableNameT &&value)
bool TableNameHasBeenSet() const
const Aws::Utils::DateTime & GetBackupExpiryDateTime() const
void SetBackupSizeBytes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue