7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/backup/model/Lifecycle.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename RecoveryPo
intArnT = Aws::String>
44 m_recoveryPointArnHasBeenSet =
true;
45 m_recoveryPointArn = std::forward<RecoveryPointArnT>(value);
47 template <
typename RecoveryPo
intArnT = Aws::String>
62 template <
typename SourceBackupVaultNameT = Aws::String>
64 m_sourceBackupVaultNameHasBeenSet =
true;
65 m_sourceBackupVaultName = std::forward<SourceBackupVaultNameT>(value);
67 template <
typename SourceBackupVaultNameT = Aws::String>
82 template <
typename DestinationBackupVaultArnT = Aws::String>
84 m_destinationBackupVaultArnHasBeenSet =
true;
85 m_destinationBackupVaultArn = std::forward<DestinationBackupVaultArnT>(value);
87 template <
typename DestinationBackupVaultArnT = Aws::String>
101 template <
typename IamRoleArnT = Aws::String>
103 m_iamRoleArnHasBeenSet =
true;
104 m_iamRoleArn = std::forward<IamRoleArnT>(value);
106 template <
typename IamRoleArnT = Aws::String>
122 template <
typename IdempotencyTokenT = Aws::String>
124 m_idempotencyTokenHasBeenSet =
true;
125 m_idempotencyToken = std::forward<IdempotencyTokenT>(value);
127 template <
typename IdempotencyTokenT = Aws::String>
138 template <
typename LifecycleT = Lifecycle>
140 m_lifecycleHasBeenSet =
true;
141 m_lifecycle = std::forward<LifecycleT>(value);
143 template <
typename LifecycleT = Lifecycle>
160 Lifecycle m_lifecycle;
161 bool m_recoveryPointArnHasBeenSet =
false;
162 bool m_sourceBackupVaultNameHasBeenSet =
false;
163 bool m_destinationBackupVaultArnHasBeenSet =
false;
164 bool m_iamRoleArnHasBeenSet =
false;
165 bool m_idempotencyTokenHasBeenSet =
true;
166 bool m_lifecycleHasBeenSet =
false;
void SetDestinationBackupVaultArn(DestinationBackupVaultArnT &&value)
StartCopyJobRequest & WithRecoveryPointArn(RecoveryPointArnT &&value)
StartCopyJobRequest & WithDestinationBackupVaultArn(DestinationBackupVaultArnT &&value)
const Aws::String & GetDestinationBackupVaultArn() const
AWS_BACKUP_API StartCopyJobRequest()=default
void SetIdempotencyToken(IdempotencyTokenT &&value)
const Aws::String & GetSourceBackupVaultName() const
StartCopyJobRequest & WithIamRoleArn(IamRoleArnT &&value)
StartCopyJobRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
const Aws::String & GetIamRoleArn() const
bool SourceBackupVaultNameHasBeenSet() const
bool RecoveryPointArnHasBeenSet() const
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetLifecycle(LifecycleT &&value)
bool DestinationBackupVaultArnHasBeenSet() const
bool LifecycleHasBeenSet() const
StartCopyJobRequest & WithSourceBackupVaultName(SourceBackupVaultNameT &&value)
virtual const char * GetServiceRequestName() const override
StartCopyJobRequest & WithLifecycle(LifecycleT &&value)
void SetRecoveryPointArn(RecoveryPointArnT &&value)
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetIdempotencyToken() const
const Aws::String & GetRecoveryPointArn() const
const Lifecycle & GetLifecycle() const
void SetIamRoleArn(IamRoleArnT &&value)
bool IamRoleArnHasBeenSet() const
void SetSourceBackupVaultName(SourceBackupVaultNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String