7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/Lifecycle.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename LifecycleT = Lifecycle>
41 m_lifecycleHasBeenSet =
true;
42 m_lifecycle = std::forward<LifecycleT>(value);
44 template <
typename LifecycleT = Lifecycle>
59 template <
typename DestinationBackupVaultArnT = Aws::String>
61 m_destinationBackupVaultArnHasBeenSet =
true;
62 m_destinationBackupVaultArn = std::forward<DestinationBackupVaultArnT>(value);
64 template <
typename DestinationBackupVaultArnT = Aws::String>
74 bool m_lifecycleHasBeenSet =
false;
75 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