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>
51 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
65 inline void SetTableId(
const char* value) { m_tableIdHasBeenSet =
true; m_tableId.assign(value); }
79 inline void SetTableArn(
const char* value) { m_tableArnHasBeenSet =
true; m_tableArn.assign(value); }
93 inline void SetBackupArn(
const char* value) { m_backupArnHasBeenSet =
true; m_backupArn.assign(value); }
107 inline void SetBackupName(
const char* value) { m_backupNameHasBeenSet =
true; m_backupName.assign(value); }
176 inline void SetBackupSizeBytes(
long long value) { m_backupSizeBytesHasBeenSet =
true; m_backupSizeBytes = value; }
182 bool m_tableNameHasBeenSet =
false;
185 bool m_tableIdHasBeenSet =
false;
188 bool m_tableArnHasBeenSet =
false;
191 bool m_backupArnHasBeenSet =
false;
194 bool m_backupNameHasBeenSet =
false;
197 bool m_backupCreationDateTimeHasBeenSet =
false;
200 bool m_backupExpiryDateTimeHasBeenSet =
false;
203 bool m_backupStatusHasBeenSet =
false;
206 bool m_backupTypeHasBeenSet =
false;
208 long long m_backupSizeBytes;
209 bool m_backupSizeBytesHasBeenSet =
false;
void SetBackupStatus(const BackupStatus &value)
BackupSummary & WithTableName(const Aws::String &value)
void SetBackupArn(const char *value)
BackupSummary & WithBackupName(const Aws::String &value)
BackupSummary & WithBackupExpiryDateTime(Aws::Utils::DateTime &&value)
bool BackupSizeBytesHasBeenSet() const
const BackupStatus & GetBackupStatus() const
void SetTableId(const char *value)
BackupSummary & WithBackupSizeBytes(long long value)
bool BackupCreationDateTimeHasBeenSet() const
void SetBackupExpiryDateTime(const Aws::Utils::DateTime &value)
bool BackupTypeHasBeenSet() const
const Aws::Utils::DateTime & GetBackupCreationDateTime() const
BackupSummary & WithTableId(const char *value)
BackupSummary & WithBackupType(const BackupType &value)
void SetBackupName(const Aws::String &value)
void SetTableArn(const Aws::String &value)
const Aws::String & GetBackupName() const
AWS_DYNAMODB_API BackupSummary()
void SetTableName(const char *value)
void SetTableName(const Aws::String &value)
void SetTableArn(Aws::String &&value)
void SetBackupCreationDateTime(Aws::Utils::DateTime &&value)
BackupSummary & WithTableName(const char *value)
void SetBackupArn(const Aws::String &value)
bool BackupExpiryDateTimeHasBeenSet() const
const Aws::String & GetTableName() const
AWS_DYNAMODB_API BackupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BackupSummary & WithBackupStatus(BackupStatus &&value)
const Aws::String & GetBackupArn() const
long long GetBackupSizeBytes() const
BackupSummary & WithBackupCreationDateTime(const Aws::Utils::DateTime &value)
void SetTableId(Aws::String &&value)
AWS_DYNAMODB_API BackupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBackupType(BackupType &&value)
bool BackupNameHasBeenSet() const
const Aws::String & GetTableArn() const
void SetBackupExpiryDateTime(Aws::Utils::DateTime &&value)
BackupSummary & WithBackupName(Aws::String &&value)
BackupSummary & WithTableArn(const Aws::String &value)
BackupSummary & WithTableArn(Aws::String &&value)
bool BackupStatusHasBeenSet() const
const BackupType & GetBackupType() const
bool BackupArnHasBeenSet() const
BackupSummary & WithBackupType(BackupType &&value)
bool TableIdHasBeenSet() const
void SetBackupType(const BackupType &value)
BackupSummary & WithBackupCreationDateTime(Aws::Utils::DateTime &&value)
void SetTableArn(const char *value)
bool TableArnHasBeenSet() const
void SetTableId(const Aws::String &value)
BackupSummary & WithTableArn(const char *value)
BackupSummary & WithBackupStatus(const BackupStatus &value)
const Aws::String & GetTableId() const
void SetBackupStatus(BackupStatus &&value)
BackupSummary & WithTableId(const Aws::String &value)
void SetBackupName(const char *value)
void SetTableName(Aws::String &&value)
BackupSummary & WithBackupArn(Aws::String &&value)
bool TableNameHasBeenSet() const
BackupSummary & WithTableId(Aws::String &&value)
const Aws::Utils::DateTime & GetBackupExpiryDateTime() const
BackupSummary & WithBackupName(const char *value)
void SetBackupArn(Aws::String &&value)
BackupSummary & WithTableName(Aws::String &&value)
void SetBackupName(Aws::String &&value)
void SetBackupCreationDateTime(const Aws::Utils::DateTime &value)
BackupSummary & WithBackupExpiryDateTime(const Aws::Utils::DateTime &value)
void SetBackupSizeBytes(long long value)
BackupSummary & WithBackupArn(const char *value)
BackupSummary & WithBackupArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue