Class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails>
-
- com.oracle.bmc.databasetoolsruntime.requests.CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230222") public class CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest extends BmcRequest<CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.86.2/databasetoolsruntime/CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.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’.CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetailsgetBody$()Alternative accessor for the body parameter.CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetailsgetCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails()Details for the new Database Tools database API gateway config API spec resource.StringgetDatabaseToolsDatabaseApiGatewayConfigId()The OCID of a Database Tools database API gateway config.StringgetOpcRequestId()The client request ID for tracing.StringgetOpcRetryToken()A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.StringgetPoolKey()The key of the pool config.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.BuildertoBuilder()Return an instance ofCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.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.
-
getCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails
public CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails getCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails()
Details for the new Database Tools database API gateway config API spec resource.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getOpcRetryToken
public String getOpcRetryToken()
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
Accepted characters: ASCII alphanumerics plus underscore (U+005F LOW LINE "_") and dash (U+002D HYPHEN-MINUS "-")
-
getBody$
public CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$in classBmcRequest<CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails>- Returns:
- body parameter
-
toBuilder
public CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.Builder toBuilder()
Return an instance ofCreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.Builderthat allows you to modify request properties.
-
builder
public static CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecRequest.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<CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<CreateDatabaseToolsDatabaseApiGatewayConfigPoolApiSpecDetails>
-
-