@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ChangeBootVolumeBackupCompartmentRequest extends BmcRequest<ChangeBootVolumeBackupCompartmentDetails>
Example: Click here to see how to use ChangeBootVolumeBackupCompartmentRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ChangeBootVolumeBackupCompartmentRequest.Builder |
Constructor and Description |
---|
ChangeBootVolumeBackupCompartmentRequest() |
Modifier and Type | Method and Description |
---|---|
static ChangeBootVolumeBackupCompartmentRequest.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’.
|
ChangeBootVolumeBackupCompartmentDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getBootVolumeBackupId()
The OCID of the boot volume backup.
|
ChangeBootVolumeBackupCompartmentDetails |
getChangeBootVolumeBackupCompartmentDetails()
Request to change the compartment of given boot volume backup.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ChangeBootVolumeBackupCompartmentRequest.Builder |
toBuilder()
Return an instance of
ChangeBootVolumeBackupCompartmentRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public ChangeBootVolumeBackupCompartmentRequest()
public String getBootVolumeBackupId()
The OCID of the boot volume backup.
public ChangeBootVolumeBackupCompartmentDetails getChangeBootVolumeBackupCompartmentDetails()
Request to change the compartment of given boot volume backup.
public String getOpcRequestId()
Unique identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public ChangeBootVolumeBackupCompartmentDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<ChangeBootVolumeBackupCompartmentDetails>
public ChangeBootVolumeBackupCompartmentRequest.Builder toBuilder()
Return an instance of ChangeBootVolumeBackupCompartmentRequest.Builder
that allows you to modify request properties.
ChangeBootVolumeBackupCompartmentRequest.Builder
that allows you to modify request properties.public static ChangeBootVolumeBackupCompartmentRequest.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<ChangeBootVolumeBackupCompartmentDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<ChangeBootVolumeBackupCompartmentDetails>
Copyright © 2016–2024. All rights reserved.