@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupPolicy extends Object implements Serializable, Cloneable, StructuredPojo
The backup policy for the file system used to create automatic daily backups. If status has a value of
ENABLED
, the file system is being automatically backed up. For more information, see Automatic backups.
Constructor and Description |
---|
BackupPolicy() |
Modifier and Type | Method and Description |
---|---|
BackupPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Describes the status of the file system's backup policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
Describes the status of the file system's backup policy.
|
String |
toString()
Returns a string representation of this object.
|
BackupPolicy |
withStatus(Status status)
Describes the status of the file system's backup policy.
|
BackupPolicy |
withStatus(String status)
Describes the status of the file system's backup policy.
|
public void setStatus(String status)
Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
status
- Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
Status
public String getStatus()
Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
Status
public BackupPolicy withStatus(String status)
Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
status
- Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
Status
public BackupPolicy withStatus(Status status)
Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
status
- Describes the status of the file system's backup policy.
ENABLED
- EFS is automatically backing up the file system.>
ENABLING
- EFS is turning on automatic backups for the file system.
DISABLED
- automatic back ups are turned off for the file system.
DISABLING
- EFS is turning off automatic backups for the file system.
Status
public String toString()
toString
in class Object
Object.toString()
public BackupPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.