@Generated(value="OracleSDKGenerator", comments="API Version: 20210216") public class ChangeProtectedDatabaseSubscriptionRequest extends BmcRequest<ChangeProtectedDatabaseSubscriptionDetails>
Example: Click here to see how to use ChangeProtectedDatabaseSubscriptionRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ChangeProtectedDatabaseSubscriptionRequest.Builder |
Constructor and Description |
---|
ChangeProtectedDatabaseSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
static ChangeProtectedDatabaseSubscriptionRequest.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’.
|
ChangeProtectedDatabaseSubscriptionDetails |
getBody$()
Alternative accessor for the body parameter.
|
ChangeProtectedDatabaseSubscriptionDetails |
getChangeProtectedDatabaseSubscriptionDetails()
Associate a protected database with a different subscription.
|
String |
getIfMatch()
For optimistic concurrency control.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
String |
getProtectedDatabaseId()
The protected database OCID.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ChangeProtectedDatabaseSubscriptionRequest.Builder |
toBuilder()
Return an instance of
ChangeProtectedDatabaseSubscriptionRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public ChangeProtectedDatabaseSubscriptionRequest()
public String getProtectedDatabaseId()
The protected database OCID.
public ChangeProtectedDatabaseSubscriptionDetails getChangeProtectedDatabaseSubscriptionDetails()
Associate a protected database with a different subscription.
public String getOpcRequestId()
Unique identifier for the request.
public String getIfMatch()
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
parameter to the value of the etag from a previous GET or POST response for that
resource. The resource will be updated or deleted only if the etag you provide matches the
resource’s current etag value.
public ChangeProtectedDatabaseSubscriptionDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<ChangeProtectedDatabaseSubscriptionDetails>
public ChangeProtectedDatabaseSubscriptionRequest.Builder toBuilder()
Return an instance of ChangeProtectedDatabaseSubscriptionRequest.Builder
that allows you to modify request properties.
ChangeProtectedDatabaseSubscriptionRequest.Builder
that allows you to modify request properties.public static ChangeProtectedDatabaseSubscriptionRequest.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<ChangeProtectedDatabaseSubscriptionDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<ChangeProtectedDatabaseSubscriptionDetails>
Copyright © 2016–2024. All rights reserved.