7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 inline void SetSourceBackupArn(
const char* value) { m_sourceBackupArnHasBeenSet =
true; m_sourceBackupArn.assign(value); }
64 inline void SetSourceTableArn(
const char* value) { m_sourceTableArnHasBeenSet =
true; m_sourceTableArn.assign(value); }
88 inline void SetRestoreInProgress(
bool value) { m_restoreInProgressHasBeenSet =
true; m_restoreInProgress = value; }
94 bool m_sourceBackupArnHasBeenSet =
false;
97 bool m_sourceTableArnHasBeenSet =
false;
100 bool m_restoreDateTimeHasBeenSet =
false;
102 bool m_restoreInProgress;
103 bool m_restoreInProgressHasBeenSet =
false;
bool RestoreInProgressHasBeenSet() const
const Aws::String & GetSourceTableArn() const
void SetRestoreInProgress(bool value)
RestoreSummary & WithRestoreDateTime(Aws::Utils::DateTime &&value)
bool SourceBackupArnHasBeenSet() const
bool SourceTableArnHasBeenSet() const
const Aws::String & GetSourceBackupArn() const
void SetRestoreDateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetRestoreDateTime() const
bool RestoreDateTimeHasBeenSet() const
void SetSourceBackupArn(const char *value)
RestoreSummary & WithRestoreInProgress(bool value)
bool GetRestoreInProgress() const
RestoreSummary & WithRestoreDateTime(const Aws::Utils::DateTime &value)
void SetRestoreDateTime(const Aws::Utils::DateTime &value)
void SetSourceTableArn(const char *value)
void SetSourceBackupArn(Aws::String &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API RestoreSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API RestoreSummary()
void SetSourceBackupArn(const Aws::String &value)
RestoreSummary & WithSourceBackupArn(const Aws::String &value)
void SetSourceTableArn(Aws::String &&value)
AWS_DYNAMODB_API RestoreSummary(Aws::Utils::Json::JsonView jsonValue)
RestoreSummary & WithSourceTableArn(const Aws::String &value)
RestoreSummary & WithSourceBackupArn(Aws::String &&value)
void SetSourceTableArn(const Aws::String &value)
RestoreSummary & WithSourceTableArn(const char *value)
RestoreSummary & WithSourceTableArn(Aws::String &&value)
RestoreSummary & WithSourceBackupArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue