7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/backup/model/RecoveryPointStatus.h>
11#include <aws/backup/model/VaultType.h>
54 inline void SetRecoveryPointArn(
const char* value) { m_recoveryPointArnHasBeenSet =
true; m_recoveryPointArn.assign(value); }
95 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
111 inline void SetEncryptionKeyArn(
const char* value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn.assign(value); }
123 inline void SetBackupSizeBytes(
long long value) { m_backupSizeBytesHasBeenSet =
true; m_backupSizeBytes = value; }
137 inline void SetBackupVaultName(
const char* value) { m_backupVaultNameHasBeenSet =
true; m_backupVaultName.assign(value); }
150 inline void SetIsParent(
bool value) { m_isParentHasBeenSet =
true; m_isParent = value; }
162 inline void SetParentRecoveryPointArn(
const char* value) { m_parentRecoveryPointArnHasBeenSet =
true; m_parentRecoveryPointArn.assign(value); }
176 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
196 bool m_recoveryPointArnHasBeenSet =
false;
199 bool m_creationDateHasBeenSet =
false;
202 bool m_statusHasBeenSet =
false;
205 bool m_statusMessageHasBeenSet =
false;
208 bool m_encryptionKeyArnHasBeenSet =
false;
210 long long m_backupSizeBytes;
211 bool m_backupSizeBytesHasBeenSet =
false;
214 bool m_backupVaultNameHasBeenSet =
false;
217 bool m_isParentHasBeenSet =
false;
220 bool m_parentRecoveryPointArnHasBeenSet =
false;
223 bool m_resourceNameHasBeenSet =
false;
226 bool m_vaultTypeHasBeenSet =
false;
RecoveryPointByResource & WithVaultType(VaultType &&value)
void SetEncryptionKeyArn(const Aws::String &value)
bool CreationDateHasBeenSet() const
RecoveryPointByResource & WithParentRecoveryPointArn(Aws::String &&value)
bool StatusMessageHasBeenSet() const
void SetIsParent(bool value)
void SetResourceName(const Aws::String &value)
const Aws::String & GetStatusMessage() const
void SetRecoveryPointArn(Aws::String &&value)
bool BackupVaultNameHasBeenSet() const
AWS_BACKUP_API RecoveryPointByResource & operator=(Aws::Utils::Json::JsonView jsonValue)
RecoveryPointByResource & WithEncryptionKeyArn(const Aws::String &value)
RecoveryPointByResource & WithCreationDate(Aws::Utils::DateTime &&value)
void SetCreationDate(const Aws::Utils::DateTime &value)
void SetStatusMessage(Aws::String &&value)
void SetParentRecoveryPointArn(Aws::String &&value)
RecoveryPointByResource & WithRecoveryPointArn(Aws::String &&value)
bool EncryptionKeyArnHasBeenSet() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
RecoveryPointByResource & WithCreationDate(const Aws::Utils::DateTime &value)
RecoveryPointByResource & WithIsParent(bool value)
RecoveryPointByResource & WithStatusMessage(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationDate() const
RecoveryPointByResource & WithStatusMessage(Aws::String &&value)
RecoveryPointByResource & WithBackupVaultName(const char *value)
bool ResourceNameHasBeenSet() const
AWS_BACKUP_API RecoveryPointByResource(Aws::Utils::Json::JsonView jsonValue)
RecoveryPointByResource & WithVaultType(const VaultType &value)
bool ParentRecoveryPointArnHasBeenSet() const
void SetCreationDate(Aws::Utils::DateTime &&value)
void SetRecoveryPointArn(const char *value)
void SetBackupVaultName(Aws::String &&value)
bool StatusHasBeenSet() const
void SetBackupSizeBytes(long long value)
void SetStatus(RecoveryPointStatus &&value)
void SetStatusMessage(const char *value)
void SetStatus(const RecoveryPointStatus &value)
void SetBackupVaultName(const char *value)
long long GetBackupSizeBytes() const
RecoveryPointByResource & WithResourceName(const Aws::String &value)
const Aws::String & GetEncryptionKeyArn() const
const VaultType & GetVaultType() const
void SetParentRecoveryPointArn(const Aws::String &value)
void SetStatusMessage(const Aws::String &value)
const RecoveryPointStatus & GetStatus() const
RecoveryPointByResource & WithStatus(const RecoveryPointStatus &value)
void SetRecoveryPointArn(const Aws::String &value)
RecoveryPointByResource & WithResourceName(Aws::String &&value)
void SetBackupVaultName(const Aws::String &value)
void SetEncryptionKeyArn(Aws::String &&value)
void SetVaultType(const VaultType &value)
RecoveryPointByResource & WithBackupSizeBytes(long long value)
void SetResourceName(Aws::String &&value)
bool IsParentHasBeenSet() const
void SetVaultType(VaultType &&value)
RecoveryPointByResource & WithResourceName(const char *value)
RecoveryPointByResource & WithParentRecoveryPointArn(const char *value)
RecoveryPointByResource & WithEncryptionKeyArn(Aws::String &&value)
RecoveryPointByResource & WithStatus(RecoveryPointStatus &&value)
AWS_BACKUP_API RecoveryPointByResource()
void SetResourceName(const char *value)
const Aws::String & GetBackupVaultName() const
bool VaultTypeHasBeenSet() const
bool RecoveryPointArnHasBeenSet() const
RecoveryPointByResource & WithBackupVaultName(Aws::String &&value)
const Aws::String & GetParentRecoveryPointArn() const
void SetParentRecoveryPointArn(const char *value)
RecoveryPointByResource & WithRecoveryPointArn(const char *value)
const Aws::String & GetResourceName() const
RecoveryPointByResource & WithBackupVaultName(const Aws::String &value)
RecoveryPointByResource & WithRecoveryPointArn(const Aws::String &value)
RecoveryPointByResource & WithEncryptionKeyArn(const char *value)
void SetEncryptionKeyArn(const char *value)
bool BackupSizeBytesHasBeenSet() const
const Aws::String & GetRecoveryPointArn() const
RecoveryPointByResource & WithParentRecoveryPointArn(const Aws::String &value)
RecoveryPointByResource & WithStatusMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue