/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies how long in days before a recovery point transitions to cold
* storage or is deleted. See Also:
AWS
* API Reference
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is deleted.
* Must be greater than 90 days plus MoveToColdStorageAfterDays
.
Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline const Aws::String& GetMoveToColdStorageAt() const{ return m_moveToColdStorageAt; } /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline bool MoveToColdStorageAtHasBeenSet() const { return m_moveToColdStorageAtHasBeenSet; } /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline void SetMoveToColdStorageAt(const Aws::String& value) { m_moveToColdStorageAtHasBeenSet = true; m_moveToColdStorageAt = value; } /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline void SetMoveToColdStorageAt(Aws::String&& value) { m_moveToColdStorageAtHasBeenSet = true; m_moveToColdStorageAt = std::move(value); } /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline void SetMoveToColdStorageAt(const char* value) { m_moveToColdStorageAtHasBeenSet = true; m_moveToColdStorageAt.assign(value); } /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline AwsBackupRecoveryPointCalculatedLifecycleDetails& WithMoveToColdStorageAt(const Aws::String& value) { SetMoveToColdStorageAt(value); return *this;} /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline AwsBackupRecoveryPointCalculatedLifecycleDetails& WithMoveToColdStorageAt(Aws::String&& value) { SetMoveToColdStorageAt(std::move(value)); return *this;} /** *Specifies the number of days after creation that a recovery point is moved to * cold storage.
*/ inline AwsBackupRecoveryPointCalculatedLifecycleDetails& WithMoveToColdStorageAt(const char* value) { SetMoveToColdStorageAt(value); return *this;} private: Aws::String m_deleteAt; bool m_deleteAtHasBeenSet = false; Aws::String m_moveToColdStorageAt; bool m_moveToColdStorageAtHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws