7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/Lifecycle.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename LifecycleT = Lifecycle>
46 void SetLifecycle(LifecycleT&& value) { m_lifecycleHasBeenSet =
true; m_lifecycle = std::forward<LifecycleT>(value); }
47 template<
typename LifecycleT = Lifecycle>
59 template<
typename DestinationBackupVaultArnT = Aws::String>
60 void SetDestinationBackupVaultArn(DestinationBackupVaultArnT&& value) { m_destinationBackupVaultArnHasBeenSet =
true; m_destinationBackupVaultArn = std::forward<DestinationBackupVaultArnT>(value); }
61 template<
typename DestinationBackupVaultArnT = Aws::String>
67 bool m_lifecycleHasBeenSet =
false;
70 bool m_destinationBackupVaultArnHasBeenSet =
false;
AWS_BACKUP_API CopyAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationBackupVaultArn(DestinationBackupVaultArnT &&value)
AWS_BACKUP_API CopyAction(Aws::Utils::Json::JsonView jsonValue)
CopyAction & WithDestinationBackupVaultArn(DestinationBackupVaultArnT &&value)
CopyAction & WithLifecycle(LifecycleT &&value)
bool DestinationBackupVaultArnHasBeenSet() const
AWS_BACKUP_API CopyAction()=default
const Aws::String & GetDestinationBackupVaultArn() const
bool LifecycleHasBeenSet() const
const Lifecycle & GetLifecycle() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLifecycle(LifecycleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue