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>
47 inline void SetRecoveryPointArn(
const char* value) { m_recoveryPointArnHasBeenSet =
true; m_recoveryPointArn.assign(value); }
63 inline void SetSourceBackupVaultName(
const char* value) { m_sourceBackupVaultNameHasBeenSet =
true; m_sourceBackupVaultName.assign(value); }
79 inline void SetDestinationBackupVaultArn(
const char* value) { m_destinationBackupVaultArnHasBeenSet =
true; m_destinationBackupVaultArn.assign(value); }
94 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
111 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
129 bool m_recoveryPointArnHasBeenSet =
false;
132 bool m_sourceBackupVaultNameHasBeenSet =
false;
135 bool m_destinationBackupVaultArnHasBeenSet =
false;
138 bool m_iamRoleArnHasBeenSet =
false;
141 bool m_idempotencyTokenHasBeenSet =
false;
144 bool m_lifecycleHasBeenSet =
false;
StartCopyJobRequest & WithSourceBackupVaultName(const char *value)
const Aws::String & GetDestinationBackupVaultArn() const
StartCopyJobRequest & WithIdempotencyToken(Aws::String &&value)
void SetIdempotencyToken(const Aws::String &value)
const Aws::String & GetSourceBackupVaultName() const
StartCopyJobRequest & WithIamRoleArn(Aws::String &&value)
StartCopyJobRequest & WithDestinationBackupVaultArn(const Aws::String &value)
StartCopyJobRequest & WithLifecycle(Lifecycle &&value)
void SetIamRoleArn(const Aws::String &value)
void SetDestinationBackupVaultArn(Aws::String &&value)
void SetRecoveryPointArn(Aws::String &&value)
const Aws::String & GetIamRoleArn() const
StartCopyJobRequest & WithRecoveryPointArn(Aws::String &&value)
StartCopyJobRequest & WithIdempotencyToken(const Aws::String &value)
void SetSourceBackupVaultName(const char *value)
bool SourceBackupVaultNameHasBeenSet() const
bool RecoveryPointArnHasBeenSet() const
AWS_BACKUP_API StartCopyJobRequest()
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetSourceBackupVaultName(Aws::String &&value)
void SetRecoveryPointArn(const Aws::String &value)
StartCopyJobRequest & WithLifecycle(const Lifecycle &value)
void SetIdempotencyToken(const char *value)
void SetSourceBackupVaultName(const Aws::String &value)
void SetIdempotencyToken(Aws::String &&value)
bool DestinationBackupVaultArnHasBeenSet() const
bool LifecycleHasBeenSet() const
void SetDestinationBackupVaultArn(const Aws::String &value)
StartCopyJobRequest & WithSourceBackupVaultName(Aws::String &&value)
StartCopyJobRequest & WithIdempotencyToken(const char *value)
virtual const char * GetServiceRequestName() const override
void SetIamRoleArn(Aws::String &&value)
StartCopyJobRequest & WithIamRoleArn(const char *value)
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetIdempotencyToken() const
const Aws::String & GetRecoveryPointArn() const
StartCopyJobRequest & WithSourceBackupVaultName(const Aws::String &value)
void SetLifecycle(const Lifecycle &value)
StartCopyJobRequest & WithDestinationBackupVaultArn(const char *value)
StartCopyJobRequest & WithRecoveryPointArn(const Aws::String &value)
void SetDestinationBackupVaultArn(const char *value)
StartCopyJobRequest & WithIamRoleArn(const Aws::String &value)
StartCopyJobRequest & WithDestinationBackupVaultArn(Aws::String &&value)
void SetRecoveryPointArn(const char *value)
const Lifecycle & GetLifecycle() const
StartCopyJobRequest & WithRecoveryPointArn(const char *value)
void SetIamRoleArn(const char *value)
void SetLifecycle(Lifecycle &&value)
bool IamRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String