7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/backup/model/VaultType.h>
10#include <aws/backup/model/VaultState.h>
11#include <aws/core/utils/DateTime.h>
51 template<
typename BackupVaultNameT = Aws::String>
52 void SetBackupVaultName(BackupVaultNameT&& value) { m_backupVaultNameHasBeenSet =
true; m_backupVaultName = std::forward<BackupVaultNameT>(value); }
53 template<
typename BackupVaultNameT = Aws::String>
65 template<
typename BackupVaultArnT = Aws::String>
66 void SetBackupVaultArn(BackupVaultArnT&& value) { m_backupVaultArnHasBeenSet =
true; m_backupVaultArn = std::forward<BackupVaultArnT>(value); }
67 template<
typename BackupVaultArnT = Aws::String>
100 template<
typename CreationDateT = Aws::Utils::DateTime>
101 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
102 template<
typename CreationDateT = Aws::Utils::DateTime>
120 template<
typename EncryptionKeyArnT = Aws::String>
121 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
122 template<
typename EncryptionKeyArnT = Aws::String>
135 template<
typename CreatorRequestIdT = Aws::String>
136 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
137 template<
typename CreatorRequestIdT = Aws::String>
159 inline void SetLocked(
bool value) { m_lockedHasBeenSet =
true; m_locked = value; }
177 inline void SetMinRetentionDays(
long long value) { m_minRetentionDaysHasBeenSet =
true; m_minRetentionDays = value; }
196 inline void SetMaxRetentionDays(
long long value) { m_maxRetentionDaysHasBeenSet =
true; m_maxRetentionDays = value; }
212 template<
typename LockDateT = Aws::Utils::DateTime>
213 void SetLockDate(LockDateT&& value) { m_lockDateHasBeenSet =
true; m_lockDate = std::forward<LockDateT>(value); }
214 template<
typename LockDateT = Aws::Utils::DateTime>
220 bool m_backupVaultNameHasBeenSet =
false;
223 bool m_backupVaultArnHasBeenSet =
false;
226 bool m_vaultTypeHasBeenSet =
false;
229 bool m_vaultStateHasBeenSet =
false;
232 bool m_creationDateHasBeenSet =
false;
235 bool m_encryptionKeyArnHasBeenSet =
false;
238 bool m_creatorRequestIdHasBeenSet =
false;
240 long long m_numberOfRecoveryPoints{0};
241 bool m_numberOfRecoveryPointsHasBeenSet =
false;
243 bool m_locked{
false};
244 bool m_lockedHasBeenSet =
false;
246 long long m_minRetentionDays{0};
247 bool m_minRetentionDaysHasBeenSet =
false;
249 long long m_maxRetentionDays{0};
250 bool m_maxRetentionDaysHasBeenSet =
false;
253 bool m_lockDateHasBeenSet =
false;
void SetMinRetentionDays(long long value)
void SetLocked(bool value)
bool VaultStateHasBeenSet() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
bool NumberOfRecoveryPointsHasBeenSet() const
BackupVaultListMember & WithVaultType(VaultType value)
long long GetNumberOfRecoveryPoints() const
bool LockDateHasBeenSet() const
void SetVaultState(VaultState value)
VaultType GetVaultType() const
BackupVaultListMember & WithBackupVaultArn(BackupVaultArnT &&value)
const Aws::String & GetBackupVaultArn() const
bool BackupVaultArnHasBeenSet() const
void SetVaultType(VaultType value)
const Aws::String & GetEncryptionKeyArn() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetNumberOfRecoveryPoints(long long value)
AWS_BACKUP_API BackupVaultListMember(Aws::Utils::Json::JsonView jsonValue)
BackupVaultListMember & WithVaultState(VaultState value)
AWS_BACKUP_API BackupVaultListMember()=default
void SetCreationDate(CreationDateT &&value)
void SetBackupVaultName(BackupVaultNameT &&value)
bool CreationDateHasBeenSet() const
BackupVaultListMember & WithMaxRetentionDays(long long value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCreatorRequestId() const
long long GetMinRetentionDays() const
bool CreatorRequestIdHasBeenSet() const
void SetMaxRetentionDays(long long value)
void SetLockDate(LockDateT &&value)
BackupVaultListMember & WithNumberOfRecoveryPoints(long long value)
AWS_BACKUP_API BackupVaultListMember & operator=(Aws::Utils::Json::JsonView jsonValue)
BackupVaultListMember & WithBackupVaultName(BackupVaultNameT &&value)
bool LockedHasBeenSet() const
const Aws::String & GetBackupVaultName() const
bool MinRetentionDaysHasBeenSet() const
long long GetMaxRetentionDays() const
BackupVaultListMember & WithCreatorRequestId(CreatorRequestIdT &&value)
void SetBackupVaultArn(BackupVaultArnT &&value)
BackupVaultListMember & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
BackupVaultListMember & WithCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetLockDate() const
VaultState GetVaultState() const
bool VaultTypeHasBeenSet() const
bool MaxRetentionDaysHasBeenSet() const
bool BackupVaultNameHasBeenSet() const
BackupVaultListMember & WithLocked(bool value)
bool EncryptionKeyArnHasBeenSet() const
BackupVaultListMember & WithMinRetentionDays(long long value)
BackupVaultListMember & WithLockDate(LockDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue