AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
DescribeBackupJobResult.h
1
6#pragma once
7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupJobState.h>
9#include <aws/backup/model/Lifecycle.h>
10#include <aws/backup/model/RecoveryPointCreator.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15
16#include <utility>
17
18namespace Aws {
19template <typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils {
23namespace Json {
24class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace Backup {
28namespace Model {
30 public:
31 AWS_BACKUP_API DescribeBackupJobResult() = default;
34
36
39 inline const Aws::String& GetAccountId() const { return m_accountId; }
40 template <typename AccountIdT = Aws::String>
41 void SetAccountId(AccountIdT&& value) {
42 m_accountIdHasBeenSet = true;
43 m_accountId = std::forward<AccountIdT>(value);
44 }
45 template <typename AccountIdT = Aws::String>
47 SetAccountId(std::forward<AccountIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetBackupJobId() const { return m_backupJobId; }
57 template <typename BackupJobIdT = Aws::String>
58 void SetBackupJobId(BackupJobIdT&& value) {
59 m_backupJobIdHasBeenSet = true;
60 m_backupJobId = std::forward<BackupJobIdT>(value);
61 }
62 template <typename BackupJobIdT = Aws::String>
64 SetBackupJobId(std::forward<BackupJobIdT>(value));
65 return *this;
66 }
68
70
75 inline const Aws::String& GetBackupVaultName() const { return m_backupVaultName; }
76 template <typename BackupVaultNameT = Aws::String>
77 void SetBackupVaultName(BackupVaultNameT&& value) {
78 m_backupVaultNameHasBeenSet = true;
79 m_backupVaultName = std::forward<BackupVaultNameT>(value);
80 }
81 template <typename BackupVaultNameT = Aws::String>
82 DescribeBackupJobResult& WithBackupVaultName(BackupVaultNameT&& value) {
83 SetBackupVaultName(std::forward<BackupVaultNameT>(value));
84 return *this;
85 }
87
89
90 inline const Lifecycle& GetRecoveryPointLifecycle() const { return m_recoveryPointLifecycle; }
91 template <typename RecoveryPointLifecycleT = Lifecycle>
92 void SetRecoveryPointLifecycle(RecoveryPointLifecycleT&& value) {
93 m_recoveryPointLifecycleHasBeenSet = true;
94 m_recoveryPointLifecycle = std::forward<RecoveryPointLifecycleT>(value);
95 }
96 template <typename RecoveryPointLifecycleT = Lifecycle>
97 DescribeBackupJobResult& WithRecoveryPointLifecycle(RecoveryPointLifecycleT&& value) {
98 SetRecoveryPointLifecycle(std::forward<RecoveryPointLifecycleT>(value));
99 return *this;
100 }
102
104
109 inline const Aws::String& GetBackupVaultArn() const { return m_backupVaultArn; }
110 template <typename BackupVaultArnT = Aws::String>
111 void SetBackupVaultArn(BackupVaultArnT&& value) {
112 m_backupVaultArnHasBeenSet = true;
113 m_backupVaultArn = std::forward<BackupVaultArnT>(value);
114 }
115 template <typename BackupVaultArnT = Aws::String>
116 DescribeBackupJobResult& WithBackupVaultArn(BackupVaultArnT&& value) {
117 SetBackupVaultArn(std::forward<BackupVaultArnT>(value));
118 return *this;
119 }
121
123
129 inline const Aws::String& GetVaultType() const { return m_vaultType; }
130 template <typename VaultTypeT = Aws::String>
131 void SetVaultType(VaultTypeT&& value) {
132 m_vaultTypeHasBeenSet = true;
133 m_vaultType = std::forward<VaultTypeT>(value);
134 }
135 template <typename VaultTypeT = Aws::String>
137 SetVaultType(std::forward<VaultTypeT>(value));
138 return *this;
139 }
141
143
148 inline const Aws::String& GetVaultLockState() const { return m_vaultLockState; }
149 template <typename VaultLockStateT = Aws::String>
150 void SetVaultLockState(VaultLockStateT&& value) {
151 m_vaultLockStateHasBeenSet = true;
152 m_vaultLockState = std::forward<VaultLockStateT>(value);
153 }
154 template <typename VaultLockStateT = Aws::String>
155 DescribeBackupJobResult& WithVaultLockState(VaultLockStateT&& value) {
156 SetVaultLockState(std::forward<VaultLockStateT>(value));
157 return *this;
158 }
160
162
166 inline const Aws::String& GetRecoveryPointArn() const { return m_recoveryPointArn; }
167 template <typename RecoveryPointArnT = Aws::String>
168 void SetRecoveryPointArn(RecoveryPointArnT&& value) {
169 m_recoveryPointArnHasBeenSet = true;
170 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
171 }
172 template <typename RecoveryPointArnT = Aws::String>
173 DescribeBackupJobResult& WithRecoveryPointArn(RecoveryPointArnT&& value) {
174 SetRecoveryPointArn(std::forward<RecoveryPointArnT>(value));
175 return *this;
176 }
178
180
185 inline const Aws::String& GetEncryptionKeyArn() const { return m_encryptionKeyArn; }
186 template <typename EncryptionKeyArnT = Aws::String>
187 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) {
188 m_encryptionKeyArnHasBeenSet = true;
189 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
190 }
191 template <typename EncryptionKeyArnT = Aws::String>
192 DescribeBackupJobResult& WithEncryptionKeyArn(EncryptionKeyArnT&& value) {
193 SetEncryptionKeyArn(std::forward<EncryptionKeyArnT>(value));
194 return *this;
195 }
197
199
204 inline bool GetIsEncrypted() const { return m_isEncrypted; }
205 inline void SetIsEncrypted(bool value) {
206 m_isEncryptedHasBeenSet = true;
207 m_isEncrypted = value;
208 }
210 SetIsEncrypted(value);
211 return *this;
212 }
214
216
220 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
221 template <typename ResourceArnT = Aws::String>
222 void SetResourceArn(ResourceArnT&& value) {
223 m_resourceArnHasBeenSet = true;
224 m_resourceArn = std::forward<ResourceArnT>(value);
225 }
226 template <typename ResourceArnT = Aws::String>
228 SetResourceArn(std::forward<ResourceArnT>(value));
229 return *this;
230 }
232
234
240 inline const Aws::Utils::DateTime& GetCreationDate() const { return m_creationDate; }
241 template <typename CreationDateT = Aws::Utils::DateTime>
242 void SetCreationDate(CreationDateT&& value) {
243 m_creationDateHasBeenSet = true;
244 m_creationDate = std::forward<CreationDateT>(value);
245 }
246 template <typename CreationDateT = Aws::Utils::DateTime>
248 SetCreationDate(std::forward<CreationDateT>(value));
249 return *this;
250 }
252
254
260 inline const Aws::Utils::DateTime& GetCompletionDate() const { return m_completionDate; }
261 template <typename CompletionDateT = Aws::Utils::DateTime>
262 void SetCompletionDate(CompletionDateT&& value) {
263 m_completionDateHasBeenSet = true;
264 m_completionDate = std::forward<CompletionDateT>(value);
265 }
266 template <typename CompletionDateT = Aws::Utils::DateTime>
267 DescribeBackupJobResult& WithCompletionDate(CompletionDateT&& value) {
268 SetCompletionDate(std::forward<CompletionDateT>(value));
269 return *this;
270 }
272
274
277 inline BackupJobState GetState() const { return m_state; }
278 inline void SetState(BackupJobState value) {
279 m_stateHasBeenSet = true;
280 m_state = value;
281 }
283 SetState(value);
284 return *this;
285 }
287
289
293 inline const Aws::String& GetStatusMessage() const { return m_statusMessage; }
294 template <typename StatusMessageT = Aws::String>
295 void SetStatusMessage(StatusMessageT&& value) {
296 m_statusMessageHasBeenSet = true;
297 m_statusMessage = std::forward<StatusMessageT>(value);
298 }
299 template <typename StatusMessageT = Aws::String>
301 SetStatusMessage(std::forward<StatusMessageT>(value));
302 return *this;
303 }
305
307
311 inline const Aws::String& GetPercentDone() const { return m_percentDone; }
312 template <typename PercentDoneT = Aws::String>
313 void SetPercentDone(PercentDoneT&& value) {
314 m_percentDoneHasBeenSet = true;
315 m_percentDone = std::forward<PercentDoneT>(value);
316 }
317 template <typename PercentDoneT = Aws::String>
319 SetPercentDone(std::forward<PercentDoneT>(value));
320 return *this;
321 }
323
325
346 inline long long GetBackupSizeInBytes() const { return m_backupSizeInBytes; }
347 inline void SetBackupSizeInBytes(long long value) {
348 m_backupSizeInBytesHasBeenSet = true;
349 m_backupSizeInBytes = value;
350 }
353 return *this;
354 }
356
358
362 inline const Aws::String& GetIamRoleArn() const { return m_iamRoleArn; }
363 template <typename IamRoleArnT = Aws::String>
364 void SetIamRoleArn(IamRoleArnT&& value) {
365 m_iamRoleArnHasBeenSet = true;
366 m_iamRoleArn = std::forward<IamRoleArnT>(value);
367 }
368 template <typename IamRoleArnT = Aws::String>
370 SetIamRoleArn(std::forward<IamRoleArnT>(value));
371 return *this;
372 }
374
376
382 inline const RecoveryPointCreator& GetCreatedBy() const { return m_createdBy; }
383 template <typename CreatedByT = RecoveryPointCreator>
384 void SetCreatedBy(CreatedByT&& value) {
385 m_createdByHasBeenSet = true;
386 m_createdBy = std::forward<CreatedByT>(value);
387 }
388 template <typename CreatedByT = RecoveryPointCreator>
390 SetCreatedBy(std::forward<CreatedByT>(value));
391 return *this;
392 }
394
396
401 inline const Aws::String& GetResourceType() const { return m_resourceType; }
402 template <typename ResourceTypeT = Aws::String>
403 void SetResourceType(ResourceTypeT&& value) {
404 m_resourceTypeHasBeenSet = true;
405 m_resourceType = std::forward<ResourceTypeT>(value);
406 }
407 template <typename ResourceTypeT = Aws::String>
409 SetResourceType(std::forward<ResourceTypeT>(value));
410 return *this;
411 }
413
415
419 inline long long GetBytesTransferred() const { return m_bytesTransferred; }
420 inline void SetBytesTransferred(long long value) {
421 m_bytesTransferredHasBeenSet = true;
422 m_bytesTransferred = value;
423 }
425 SetBytesTransferred(value);
426 return *this;
427 }
429
431
438 inline const Aws::Utils::DateTime& GetExpectedCompletionDate() const { return m_expectedCompletionDate; }
439 template <typename ExpectedCompletionDateT = Aws::Utils::DateTime>
440 void SetExpectedCompletionDate(ExpectedCompletionDateT&& value) {
441 m_expectedCompletionDateHasBeenSet = true;
442 m_expectedCompletionDate = std::forward<ExpectedCompletionDateT>(value);
443 }
444 template <typename ExpectedCompletionDateT = Aws::Utils::DateTime>
445 DescribeBackupJobResult& WithExpectedCompletionDate(ExpectedCompletionDateT&& value) {
446 SetExpectedCompletionDate(std::forward<ExpectedCompletionDateT>(value));
447 return *this;
448 }
450
452
461 inline const Aws::Utils::DateTime& GetStartBy() const { return m_startBy; }
462 template <typename StartByT = Aws::Utils::DateTime>
463 void SetStartBy(StartByT&& value) {
464 m_startByHasBeenSet = true;
465 m_startBy = std::forward<StartByT>(value);
466 }
467 template <typename StartByT = Aws::Utils::DateTime>
469 SetStartBy(std::forward<StartByT>(value));
470 return *this;
471 }
473
475
479 inline const Aws::Map<Aws::String, Aws::String>& GetBackupOptions() const { return m_backupOptions; }
480 template <typename BackupOptionsT = Aws::Map<Aws::String, Aws::String>>
481 void SetBackupOptions(BackupOptionsT&& value) {
482 m_backupOptionsHasBeenSet = true;
483 m_backupOptions = std::forward<BackupOptionsT>(value);
484 }
485 template <typename BackupOptionsT = Aws::Map<Aws::String, Aws::String>>
487 SetBackupOptions(std::forward<BackupOptionsT>(value));
488 return *this;
489 }
490 template <typename BackupOptionsKeyT = Aws::String, typename BackupOptionsValueT = Aws::String>
491 DescribeBackupJobResult& AddBackupOptions(BackupOptionsKeyT&& key, BackupOptionsValueT&& value) {
492 m_backupOptionsHasBeenSet = true;
493 m_backupOptions.emplace(std::forward<BackupOptionsKeyT>(key), std::forward<BackupOptionsValueT>(value));
494 return *this;
495 }
497
499
505 inline const Aws::String& GetBackupType() const { return m_backupType; }
506 template <typename BackupTypeT = Aws::String>
507 void SetBackupType(BackupTypeT&& value) {
508 m_backupTypeHasBeenSet = true;
509 m_backupType = std::forward<BackupTypeT>(value);
510 }
511 template <typename BackupTypeT = Aws::String>
513 SetBackupType(std::forward<BackupTypeT>(value));
514 return *this;
515 }
517
519
522 inline const Aws::String& GetParentJobId() const { return m_parentJobId; }
523 template <typename ParentJobIdT = Aws::String>
524 void SetParentJobId(ParentJobIdT&& value) {
525 m_parentJobIdHasBeenSet = true;
526 m_parentJobId = std::forward<ParentJobIdT>(value);
527 }
528 template <typename ParentJobIdT = Aws::String>
530 SetParentJobId(std::forward<ParentJobIdT>(value));
531 return *this;
532 }
534
536
540 inline bool GetIsParent() const { return m_isParent; }
541 inline void SetIsParent(bool value) {
542 m_isParentHasBeenSet = true;
543 m_isParent = value;
544 }
546 SetIsParent(value);
547 return *this;
548 }
550
552
555 inline long long GetNumberOfChildJobs() const { return m_numberOfChildJobs; }
556 inline void SetNumberOfChildJobs(long long value) {
557 m_numberOfChildJobsHasBeenSet = true;
558 m_numberOfChildJobs = value;
559 }
562 return *this;
563 }
565
567
570 inline const Aws::Map<BackupJobState, long long>& GetChildJobsInState() const { return m_childJobsInState; }
571 template <typename ChildJobsInStateT = Aws::Map<BackupJobState, long long>>
572 void SetChildJobsInState(ChildJobsInStateT&& value) {
573 m_childJobsInStateHasBeenSet = true;
574 m_childJobsInState = std::forward<ChildJobsInStateT>(value);
575 }
576 template <typename ChildJobsInStateT = Aws::Map<BackupJobState, long long>>
577 DescribeBackupJobResult& WithChildJobsInState(ChildJobsInStateT&& value) {
578 SetChildJobsInState(std::forward<ChildJobsInStateT>(value));
579 return *this;
580 }
582 m_childJobsInStateHasBeenSet = true;
583 m_childJobsInState.emplace(key, value);
584 return *this;
585 }
587
589
592 inline const Aws::String& GetResourceName() const { return m_resourceName; }
593 template <typename ResourceNameT = Aws::String>
594 void SetResourceName(ResourceNameT&& value) {
595 m_resourceNameHasBeenSet = true;
596 m_resourceName = std::forward<ResourceNameT>(value);
597 }
598 template <typename ResourceNameT = Aws::String>
600 SetResourceName(std::forward<ResourceNameT>(value));
601 return *this;
602 }
604
606
609 inline const Aws::Utils::DateTime& GetInitiationDate() const { return m_initiationDate; }
610 template <typename InitiationDateT = Aws::Utils::DateTime>
611 void SetInitiationDate(InitiationDateT&& value) {
612 m_initiationDateHasBeenSet = true;
613 m_initiationDate = std::forward<InitiationDateT>(value);
614 }
615 template <typename InitiationDateT = Aws::Utils::DateTime>
616 DescribeBackupJobResult& WithInitiationDate(InitiationDateT&& value) {
617 SetInitiationDate(std::forward<InitiationDateT>(value));
618 return *this;
619 }
621
623
630 inline const Aws::String& GetMessageCategory() const { return m_messageCategory; }
631 template <typename MessageCategoryT = Aws::String>
632 void SetMessageCategory(MessageCategoryT&& value) {
633 m_messageCategoryHasBeenSet = true;
634 m_messageCategory = std::forward<MessageCategoryT>(value);
635 }
636 template <typename MessageCategoryT = Aws::String>
637 DescribeBackupJobResult& WithMessageCategory(MessageCategoryT&& value) {
638 SetMessageCategory(std::forward<MessageCategoryT>(value));
639 return *this;
640 }
642
644
645 inline const Aws::String& GetRequestId() const { return m_requestId; }
646 template <typename RequestIdT = Aws::String>
647 void SetRequestId(RequestIdT&& value) {
648 m_requestIdHasBeenSet = true;
649 m_requestId = std::forward<RequestIdT>(value);
650 }
651 template <typename RequestIdT = Aws::String>
653 SetRequestId(std::forward<RequestIdT>(value));
654 return *this;
655 }
657 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
658
659 private:
660 Aws::String m_accountId;
661
662 Aws::String m_backupJobId;
663
664 Aws::String m_backupVaultName;
665
666 Lifecycle m_recoveryPointLifecycle;
667
668 Aws::String m_backupVaultArn;
669
670 Aws::String m_vaultType;
671
672 Aws::String m_vaultLockState;
673
674 Aws::String m_recoveryPointArn;
675
676 Aws::String m_encryptionKeyArn;
677
678 bool m_isEncrypted{false};
679
680 Aws::String m_resourceArn;
681
682 Aws::Utils::DateTime m_creationDate{};
683
684 Aws::Utils::DateTime m_completionDate{};
685
687
688 Aws::String m_statusMessage;
689
690 Aws::String m_percentDone;
691
692 long long m_backupSizeInBytes{0};
693
694 Aws::String m_iamRoleArn;
695
696 RecoveryPointCreator m_createdBy;
697
698 Aws::String m_resourceType;
699
700 long long m_bytesTransferred{0};
701
702 Aws::Utils::DateTime m_expectedCompletionDate{};
703
704 Aws::Utils::DateTime m_startBy{};
705
707
708 Aws::String m_backupType;
709
710 Aws::String m_parentJobId;
711
712 bool m_isParent{false};
713
714 long long m_numberOfChildJobs{0};
715
716 Aws::Map<BackupJobState, long long> m_childJobsInState;
717
718 Aws::String m_resourceName;
719
720 Aws::Utils::DateTime m_initiationDate{};
721
722 Aws::String m_messageCategory;
723
724 Aws::String m_requestId;
725 Aws::Http::HttpResponseCode m_HttpResponseCode;
726 bool m_accountIdHasBeenSet = false;
727 bool m_backupJobIdHasBeenSet = false;
728 bool m_backupVaultNameHasBeenSet = false;
729 bool m_recoveryPointLifecycleHasBeenSet = false;
730 bool m_backupVaultArnHasBeenSet = false;
731 bool m_vaultTypeHasBeenSet = false;
732 bool m_vaultLockStateHasBeenSet = false;
733 bool m_recoveryPointArnHasBeenSet = false;
734 bool m_encryptionKeyArnHasBeenSet = false;
735 bool m_isEncryptedHasBeenSet = false;
736 bool m_resourceArnHasBeenSet = false;
737 bool m_creationDateHasBeenSet = false;
738 bool m_completionDateHasBeenSet = false;
739 bool m_stateHasBeenSet = false;
740 bool m_statusMessageHasBeenSet = false;
741 bool m_percentDoneHasBeenSet = false;
742 bool m_backupSizeInBytesHasBeenSet = false;
743 bool m_iamRoleArnHasBeenSet = false;
744 bool m_createdByHasBeenSet = false;
745 bool m_resourceTypeHasBeenSet = false;
746 bool m_bytesTransferredHasBeenSet = false;
747 bool m_expectedCompletionDateHasBeenSet = false;
748 bool m_startByHasBeenSet = false;
749 bool m_backupOptionsHasBeenSet = false;
750 bool m_backupTypeHasBeenSet = false;
751 bool m_parentJobIdHasBeenSet = false;
752 bool m_isParentHasBeenSet = false;
753 bool m_numberOfChildJobsHasBeenSet = false;
754 bool m_childJobsInStateHasBeenSet = false;
755 bool m_resourceNameHasBeenSet = false;
756 bool m_initiationDateHasBeenSet = false;
757 bool m_messageCategoryHasBeenSet = false;
758 bool m_requestIdHasBeenSet = false;
759};
760
761} // namespace Model
762} // namespace Backup
763} // namespace Aws
DescribeBackupJobResult & WithParentJobId(ParentJobIdT &&value)
DescribeBackupJobResult & WithBytesTransferred(long long value)
const Aws::Utils::DateTime & GetInitiationDate() const
const Aws::Map< Aws::String, Aws::String > & GetBackupOptions() const
void SetRecoveryPointArn(RecoveryPointArnT &&value)
const Aws::Map< BackupJobState, long long > & GetChildJobsInState() const
DescribeBackupJobResult & WithStartBy(StartByT &&value)
DescribeBackupJobResult & WithResourceArn(ResourceArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetExpectedCompletionDate(ExpectedCompletionDateT &&value)
const RecoveryPointCreator & GetCreatedBy() const
DescribeBackupJobResult & WithCreationDate(CreationDateT &&value)
DescribeBackupJobResult & WithIamRoleArn(IamRoleArnT &&value)
DescribeBackupJobResult & WithIsParent(bool value)
AWS_BACKUP_API DescribeBackupJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBackupJobResult & WithRecoveryPointArn(RecoveryPointArnT &&value)
const Aws::Utils::DateTime & GetExpectedCompletionDate() const
const Aws::Utils::DateTime & GetCreationDate() const
DescribeBackupJobResult & WithPercentDone(PercentDoneT &&value)
AWS_BACKUP_API DescribeBackupJobResult()=default
DescribeBackupJobResult & WithExpectedCompletionDate(ExpectedCompletionDateT &&value)
DescribeBackupJobResult & WithResourceType(ResourceTypeT &&value)
DescribeBackupJobResult & WithBackupVaultArn(BackupVaultArnT &&value)
DescribeBackupJobResult & WithBackupJobId(BackupJobIdT &&value)
DescribeBackupJobResult & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
DescribeBackupJobResult & WithIsEncrypted(bool value)
void SetRecoveryPointLifecycle(RecoveryPointLifecycleT &&value)
DescribeBackupJobResult & WithBackupSizeInBytes(long long value)
DescribeBackupJobResult & WithBackupVaultName(BackupVaultNameT &&value)
DescribeBackupJobResult & WithResourceName(ResourceNameT &&value)
DescribeBackupJobResult & WithMessageCategory(MessageCategoryT &&value)
DescribeBackupJobResult & WithCompletionDate(CompletionDateT &&value)
DescribeBackupJobResult & AddChildJobsInState(BackupJobState key, long long value)
const Aws::Utils::DateTime & GetStartBy() const
DescribeBackupJobResult & WithCreatedBy(CreatedByT &&value)
DescribeBackupJobResult & WithAccountId(AccountIdT &&value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
const Aws::Utils::DateTime & GetCompletionDate() const
DescribeBackupJobResult & WithInitiationDate(InitiationDateT &&value)
DescribeBackupJobResult & WithVaultType(VaultTypeT &&value)
DescribeBackupJobResult & WithVaultLockState(VaultLockStateT &&value)
DescribeBackupJobResult & WithRequestId(RequestIdT &&value)
void SetChildJobsInState(ChildJobsInStateT &&value)
DescribeBackupJobResult & WithNumberOfChildJobs(long long value)
DescribeBackupJobResult & WithBackupOptions(BackupOptionsT &&value)
DescribeBackupJobResult & WithBackupType(BackupTypeT &&value)
DescribeBackupJobResult & WithRecoveryPointLifecycle(RecoveryPointLifecycleT &&value)
DescribeBackupJobResult & AddBackupOptions(BackupOptionsKeyT &&key, BackupOptionsValueT &&value)
DescribeBackupJobResult & WithState(BackupJobState value)
DescribeBackupJobResult & WithChildJobsInState(ChildJobsInStateT &&value)
DescribeBackupJobResult & WithStatusMessage(StatusMessageT &&value)
AWS_BACKUP_API DescribeBackupJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue