7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
42 template <
typename SourceBackupArnT = Aws::String>
44 m_sourceBackupArnHasBeenSet =
true;
45 m_sourceBackupArn = std::forward<SourceBackupArnT>(value);
47 template <
typename SourceBackupArnT = Aws::String>
60 template <
typename SourceTableArnT = Aws::String>
62 m_sourceTableArnHasBeenSet =
true;
63 m_sourceTableArn = std::forward<SourceTableArnT>(value);
65 template <
typename SourceTableArnT = Aws::String>
78 template <
typename RestoreDateTimeT = Aws::Utils::DateTime>
80 m_restoreDateTimeHasBeenSet =
true;
81 m_restoreDateTime = std::forward<RestoreDateTimeT>(value);
83 template <
typename RestoreDateTimeT = Aws::Utils::DateTime>
97 m_restoreInProgressHasBeenSet =
true;
98 m_restoreInProgress = value;
112 bool m_restoreInProgress{
false};
113 bool m_sourceBackupArnHasBeenSet =
false;
114 bool m_sourceTableArnHasBeenSet =
false;
115 bool m_restoreDateTimeHasBeenSet =
false;
116 bool m_restoreInProgressHasBeenSet =
false;
bool RestoreInProgressHasBeenSet() const
RestoreSummary & WithRestoreDateTime(RestoreDateTimeT &&value)
const Aws::String & GetSourceTableArn() const
void SetRestoreInProgress(bool value)
bool SourceBackupArnHasBeenSet() const
bool SourceTableArnHasBeenSet() const
const Aws::String & GetSourceBackupArn() const
const Aws::Utils::DateTime & GetRestoreDateTime() const
bool RestoreDateTimeHasBeenSet() const
RestoreSummary & WithRestoreInProgress(bool value)
bool GetRestoreInProgress() const
void SetSourceBackupArn(SourceBackupArnT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API RestoreSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRestoreDateTime(RestoreDateTimeT &&value)
AWS_DYNAMODB_API RestoreSummary(Aws::Utils::Json::JsonView jsonValue)
RestoreSummary & WithSourceTableArn(SourceTableArnT &&value)
void SetSourceTableArn(SourceTableArnT &&value)
RestoreSummary & WithSourceBackupArn(SourceBackupArnT &&value)
AWS_DYNAMODB_API RestoreSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue