7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename SourceBackupArnT = Aws::String>
49 void SetSourceBackupArn(SourceBackupArnT&& value) { m_sourceBackupArnHasBeenSet =
true; m_sourceBackupArn = std::forward<SourceBackupArnT>(value); }
50 template<
typename SourceBackupArnT = Aws::String>
60 template<
typename SourceTableArnT = Aws::String>
61 void SetSourceTableArn(SourceTableArnT&& value) { m_sourceTableArnHasBeenSet =
true; m_sourceTableArn = std::forward<SourceTableArnT>(value); }
62 template<
typename SourceTableArnT = Aws::String>
72 template<
typename RestoreDateTimeT = Aws::Utils::DateTime>
73 void SetRestoreDateTime(RestoreDateTimeT&& value) { m_restoreDateTimeHasBeenSet =
true; m_restoreDateTime = std::forward<RestoreDateTimeT>(value); }
74 template<
typename RestoreDateTimeT = Aws::Utils::DateTime>
84 inline void SetRestoreInProgress(
bool value) { m_restoreInProgressHasBeenSet =
true; m_restoreInProgress = value; }
90 bool m_sourceBackupArnHasBeenSet =
false;
93 bool m_sourceTableArnHasBeenSet =
false;
96 bool m_restoreDateTimeHasBeenSet =
false;
98 bool m_restoreInProgress{
false};
99 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