@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsBackupRecoveryPointCalculatedLifecycleDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies how long in days before a recovery point transitions to cold storage or is deleted.
| Constructor and Description |
|---|
AwsBackupRecoveryPointCalculatedLifecycleDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointCalculatedLifecycleDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDeleteAt()
Specifies the number of days after creation that a recovery point is deleted.
|
String |
getMoveToColdStorageAt()
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted.
|
void |
setMoveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
String |
toString()
Returns a string representation of this object.
|
AwsBackupRecoveryPointCalculatedLifecycleDetails |
withDeleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted.
|
AwsBackupRecoveryPointCalculatedLifecycleDetails |
withMoveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
public AwsBackupRecoveryPointCalculatedLifecycleDetails()
public void setDeleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.
deleteAt - Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days
plus MoveToColdStorageAfterDays.public String getDeleteAt()
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.
MoveToColdStorageAfterDays.public AwsBackupRecoveryPointCalculatedLifecycleDetails withDeleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.
deleteAt - Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days
plus MoveToColdStorageAfterDays.public void setMoveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
moveToColdStorageAt - Specifies the number of days after creation that a recovery point is moved to cold storage.public String getMoveToColdStorageAt()
Specifies the number of days after creation that a recovery point is moved to cold storage.
public AwsBackupRecoveryPointCalculatedLifecycleDetails withMoveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
moveToColdStorageAt - Specifies the number of days after creation that a recovery point is moved to cold storage.public String toString()
toString in class ObjectObject.toString()public AwsBackupRecoveryPointCalculatedLifecycleDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.