7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename BackupJobIdT = Aws::String>
37 m_backupJobIdHasBeenSet =
true;
38 m_backupJobId = std::forward<BackupJobIdT>(value);
40 template <
typename BackupJobIdT = Aws::String>
55 template <
typename RecoveryPo
intArnT = Aws::String>
57 m_recoveryPointArnHasBeenSet =
true;
58 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
60 template <
typename RecoveryPo
intArnT = Aws::String>
75 template <
typename CreationDateT = Aws::Utils::DateTime>
77 m_creationDateHasBeenSet =
true;
78 m_creationDate = std::forward<CreationDateT>(value);
80 template <
typename CreationDateT = Aws::Utils::DateTime>
94 m_isParentHasBeenSet =
true;
106 template <
typename RequestIdT = Aws::String>
108 m_requestIdHasBeenSet =
true;
109 m_requestId = std::forward<RequestIdT>(value);
111 template <
typename RequestIdT = Aws::String>
124 bool m_isParent{
false};
127 bool m_backupJobIdHasBeenSet =
false;
128 bool m_recoveryPointArnHasBeenSet =
false;
129 bool m_creationDateHasBeenSet =
false;
130 bool m_isParentHasBeenSet =
false;
131 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