7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/backup/model/Lifecycle.h>
12#include <aws/core/utils/UUID.h>
46 template<
typename RecoveryPo
intArnT = Aws::String>
47 void SetRecoveryPointArn(RecoveryPointArnT&& value) { m_recoveryPointArnHasBeenSet =
true; m_recoveryPointArn = std::forward<RecoveryPointArnT>(value); }
48 template<
typename RecoveryPo
intArnT = Aws::String>
60 template<
typename SourceBackupVaultNameT = Aws::String>
61 void SetSourceBackupVaultName(SourceBackupVaultNameT&& value) { m_sourceBackupVaultNameHasBeenSet =
true; m_sourceBackupVaultName = std::forward<SourceBackupVaultNameT>(value); }
62 template<
typename SourceBackupVaultNameT = Aws::String>
74 template<
typename DestinationBackupVaultArnT = Aws::String>
75 void SetDestinationBackupVaultArn(DestinationBackupVaultArnT&& value) { m_destinationBackupVaultArnHasBeenSet =
true; m_destinationBackupVaultArn = std::forward<DestinationBackupVaultArnT>(value); }
76 template<
typename DestinationBackupVaultArnT = Aws::String>
87 template<
typename IamRoleArnT = Aws::String>
88 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
89 template<
typename IamRoleArnT = Aws::String>
102 template<
typename IdempotencyTokenT = Aws::String>
103 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
104 template<
typename IdempotencyTokenT = Aws::String>
112 template<
typename LifecycleT = Lifecycle>
113 void SetLifecycle(LifecycleT&& value) { m_lifecycleHasBeenSet =
true; m_lifecycle = std::forward<LifecycleT>(value); }
114 template<
typename LifecycleT = Lifecycle>
120 bool m_recoveryPointArnHasBeenSet =
false;
123 bool m_sourceBackupVaultNameHasBeenSet =
false;
126 bool m_destinationBackupVaultArnHasBeenSet =
false;
129 bool m_iamRoleArnHasBeenSet =
false;
132 bool m_idempotencyTokenHasBeenSet =
true;
134 Lifecycle m_lifecycle;
135 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