Class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails>
-
- com.oracle.bmc.databasetoolsruntime.requests.UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230222") public class UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest extends BmcRequest<UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.86.2/databasetoolsruntime/UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetAutoApiSpecKey()The key of the auto API spec config.UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetailsgetBody$()Alternative accessor for the body parameter.StringgetDatabaseToolsDatabaseApiGatewayConfigId()The OCID of a Database Tools database API gateway config.StringgetIfMatch()If-Match is most often used with state-changing methods (e.g., POST, PUT, DELETE) to prevent accidental overwrites when multiple user agentss might be acting in parallel on the same resource (i.e., to prevent the “lost update” problem).StringgetOpcRequestId()The client request ID for tracing.StringgetPoolKey()The key of the pool config.UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetailsgetUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails()The information to be updated.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.BuildertoBuilder()Return an instance ofUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getDatabaseToolsDatabaseApiGatewayConfigId
public String getDatabaseToolsDatabaseApiGatewayConfigId()
The OCID of a Database Tools database API gateway config.
-
getPoolKey
public String getPoolKey()
The key of the pool config.
-
getAutoApiSpecKey
public String getAutoApiSpecKey()
The key of the auto API spec config.
-
getUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails
public UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails getUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails()
The information to be updated.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getIfMatch
public String getIfMatch()
If-Match is most often used with state-changing methods (e.g., POST, PUT, DELETE) to prevent accidental overwrites when multiple user agentss might be acting in parallel on the same resource (i.e., to prevent the “lost update” problem).In general, it can be used with any method that involves the selection or modification of a representation to abort the request if the selected representation’s current entity tag is not a member within the If-Match field value. When specified on an action-specific subresource, the ETag value of the resource on which the action is requested should be provided.
-
getBody$
public UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$in classBmcRequest<UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails>- Returns:
- body parameter
-
toBuilder
public UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builder toBuilder()
Return an instance ofUpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builderthat allows you to modify request properties.
-
builder
public static UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<UpdateDatabaseToolsDatabaseApiGatewayConfigPoolAutoApiSpecDetails>
-
-