@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class CreateVolumeBackupPolicyAssignmentRequest extends BmcRequest<CreateVolumeBackupPolicyAssignmentDetails>
Example: Click here to see how to use CreateVolumeBackupPolicyAssignmentRequest.
Modifier and Type | Class and Description |
---|---|
static class |
CreateVolumeBackupPolicyAssignmentRequest.Builder |
Constructor and Description |
---|
CreateVolumeBackupPolicyAssignmentRequest() |
Modifier and Type | Method and Description |
---|---|
static CreateVolumeBackupPolicyAssignmentRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
CreateVolumeBackupPolicyAssignmentDetails |
getBody$()
Alternative accessor for the body parameter.
|
CreateVolumeBackupPolicyAssignmentDetails |
getCreateVolumeBackupPolicyAssignmentDetails()
Request to assign a specified policy to a particular volume.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
CreateVolumeBackupPolicyAssignmentRequest.Builder |
toBuilder()
Return an instance of
CreateVolumeBackupPolicyAssignmentRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public CreateVolumeBackupPolicyAssignmentRequest()
public CreateVolumeBackupPolicyAssignmentDetails getCreateVolumeBackupPolicyAssignmentDetails()
Request to assign a specified policy to a particular volume.
public CreateVolumeBackupPolicyAssignmentDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<CreateVolumeBackupPolicyAssignmentDetails>
public CreateVolumeBackupPolicyAssignmentRequest.Builder toBuilder()
Return an instance of CreateVolumeBackupPolicyAssignmentRequest.Builder
that allows you to modify request properties.
CreateVolumeBackupPolicyAssignmentRequest.Builder
that allows you to modify request properties.public static CreateVolumeBackupPolicyAssignmentRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<CreateVolumeBackupPolicyAssignmentDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<CreateVolumeBackupPolicyAssignmentDetails>
Copyright © 2016–2024. All rights reserved.