@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutBackupPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutBackupPolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutBackupPolicyResult |
clone() |
boolean |
equals(Object obj) |
BackupPolicy |
getBackupPolicy()
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
|
int |
hashCode() |
void |
setBackupPolicy(BackupPolicy backupPolicy)
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
|
String |
toString()
Returns a string representation of this object.
|
PutBackupPolicyResult |
withBackupPolicy(BackupPolicy backupPolicy)
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupPolicy(BackupPolicy backupPolicy)
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
backupPolicy
- Describes the file system's backup policy, indicating whether automatic backups are turned on or off.public BackupPolicy getBackupPolicy()
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
public PutBackupPolicyResult withBackupPolicy(BackupPolicy backupPolicy)
Describes the file system's backup policy, indicating whether automatic backups are turned on or off.
backupPolicy
- Describes the file system's backup policy, indicating whether automatic backups are turned on or off.public String toString()
toString
in class Object
Object.toString()
public PutBackupPolicyResult clone()