7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename BackupJobIdT = Aws::String>
42 void SetBackupJobId(BackupJobIdT&& value) { m_backupJobIdHasBeenSet =
true; m_backupJobId = std::forward<BackupJobIdT>(value); }
43 template<
typename BackupJobIdT = Aws::String>
55 template<
typename RecoveryPo
intArnT = Aws::String>
56 void SetRecoveryPointArn(RecoveryPointArnT&& value) { m_recoveryPointArnHasBeenSet =
true; m_recoveryPointArn = std::forward<RecoveryPointArnT>(value); }
57 template<
typename RecoveryPo
intArnT = Aws::String>
69 template<
typename CreationDateT = Aws::Utils::DateTime>
70 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
71 template<
typename CreationDateT = Aws::Utils::DateTime>
81 inline void SetIsParent(
bool value) { m_isParentHasBeenSet =
true; m_isParent = value; }
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_backupJobIdHasBeenSet =
false;
99 bool m_recoveryPointArnHasBeenSet =
false;
102 bool m_creationDateHasBeenSet =
false;
104 bool m_isParent{
false};
105 bool m_isParentHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
AWS_BACKUP_API StartBackupJobResult()=default
void SetRecoveryPointArn(RecoveryPointArnT &&value)
StartBackupJobResult & WithIsParent(bool value)
StartBackupJobResult & WithRecoveryPointArn(RecoveryPointArnT &&value)
const Aws::String & GetRecoveryPointArn() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetBackupJobId() const
StartBackupJobResult & WithRequestId(RequestIdT &&value)
AWS_BACKUP_API StartBackupJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBackupJobResult & WithCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetBackupJobId(BackupJobIdT &&value)
void SetIsParent(bool value)
AWS_BACKUP_API StartBackupJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBackupJobResult & WithBackupJobId(BackupJobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue