7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename BackupJobIdT = Aws::String>
38 m_backupJobIdHasBeenSet =
true;
39 m_backupJobId = std::forward<BackupJobIdT>(value);
41 template <
typename BackupJobIdT = Aws::String>
56 template <
typename RecoveryPo
intArnT = Aws::String>
58 m_recoveryPointArnHasBeenSet =
true;
59 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
61 template <
typename RecoveryPo
intArnT = Aws::String>
76 template <
typename CreationDateT = Aws::Utils::DateTime>
78 m_creationDateHasBeenSet =
true;
79 m_creationDate = std::forward<CreationDateT>(value);
81 template <
typename CreationDateT = Aws::Utils::DateTime>
95 m_isParentHasBeenSet =
true;
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
127 bool m_isParent{
false};
131 bool m_backupJobIdHasBeenSet =
false;
132 bool m_recoveryPointArnHasBeenSet =
false;
133 bool m_creationDateHasBeenSet =
false;
134 bool m_isParentHasBeenSet =
false;
135 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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