@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutBackupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutBackupPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
PutBackupPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
BackupPolicy |
getBackupPolicy()
The backup policy included in the
PutBackupPolicy request. |
String |
getFileSystemId()
Specifies which EFS file system to update the backup policy for.
|
int |
hashCode() |
void |
setBackupPolicy(BackupPolicy backupPolicy)
The backup policy included in the
PutBackupPolicy request. |
void |
setFileSystemId(String fileSystemId)
Specifies which EFS file system to update the backup policy for.
|
String |
toString()
Returns a string representation of this object.
|
PutBackupPolicyRequest |
withBackupPolicy(BackupPolicy backupPolicy)
The backup policy included in the
PutBackupPolicy request. |
PutBackupPolicyRequest |
withFileSystemId(String fileSystemId)
Specifies which EFS file system to update the backup policy for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
Specifies which EFS file system to update the backup policy for.
fileSystemId
- Specifies which EFS file system to update the backup policy for.public String getFileSystemId()
Specifies which EFS file system to update the backup policy for.
public PutBackupPolicyRequest withFileSystemId(String fileSystemId)
Specifies which EFS file system to update the backup policy for.
fileSystemId
- Specifies which EFS file system to update the backup policy for.public void setBackupPolicy(BackupPolicy backupPolicy)
The backup policy included in the PutBackupPolicy
request.
backupPolicy
- The backup policy included in the PutBackupPolicy
request.public BackupPolicy getBackupPolicy()
The backup policy included in the PutBackupPolicy
request.
PutBackupPolicy
request.public PutBackupPolicyRequest withBackupPolicy(BackupPolicy backupPolicy)
The backup policy included in the PutBackupPolicy
request.
backupPolicy
- The backup policy included in the PutBackupPolicy
request.public String toString()
toString
in class Object
Object.toString()
public PutBackupPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()