Class GetDistributedDatabaseRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.distributeddatabase.requests.GetDistributedDatabaseRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250101") public class GetDistributedDatabaseRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/distributeddatabase/GetDistributedDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDistributedDatabaseRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetDistributedDatabaseRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description GetDistributedDatabaseRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDistributedDatabaseRequest.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’.StringgetDistributedDatabaseId()Globally distributed database identifierStringgetIfNoneMatch()For conditional requests.StringgetMetadata()Comma separated names of argument corresponding to which metadata need to be retrived.StringgetOpcRequestId()The client request ID for tracing.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetDistributedDatabaseRequest.BuildertoBuilder()Return an instance ofGetDistributedDatabaseRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getDistributedDatabaseIdpublic String getDistributedDatabaseId() Globally distributed database identifier
 - 
getMetadatapublic String getMetadata() Comma separated names of argument corresponding to which metadata need to be retrived.
 - 
getIfNoneMatchpublic String getIfNoneMatch() For conditional requests.In the GET call for a resource, set the If-None-Match header to the value of the ETag from a previous GET (or POST or PUT) response for that resource. The server will return with either a 304 Not Modified response if the resource has not changed, or a 200 OK response with the updated representation. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic GetDistributedDatabaseRequest.Builder toBuilder() Return an instance ofGetDistributedDatabaseRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetDistributedDatabaseRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetDistributedDatabaseRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-