Package com.oracle.bmc.bds.requests
Class TestBdsObjectStorageConnectionRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<TestBdsObjectStorageConnectionDetails>
- 
- com.oracle.bmc.bds.requests.TestBdsObjectStorageConnectionRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190531") public class TestBdsObjectStorageConnectionRequest extends BmcRequest<TestBdsObjectStorageConnectionDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/bds/TestBdsObjectStorageConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TestBdsObjectStorageConnectionRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTestBdsObjectStorageConnectionRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description TestBdsObjectStorageConnectionRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestBdsObjectStorageConnectionRequest.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’.StringgetApiKeyId()The API key identifier.StringgetBdsInstanceId()The OCID of the cluster.TestBdsObjectStorageConnectionDetailsgetBody$()Alternative accessor for the body parameter.StringgetOpcRequestId()The client request ID for tracing.TestBdsObjectStorageConnectionDetailsgetTestBdsObjectStorageConnectionDetails()Parameters required to validate access to the specified Object Storage bucket using the API key.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.TestBdsObjectStorageConnectionRequest.BuildertoBuilder()Return an instance ofTestBdsObjectStorageConnectionRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getBdsInstanceIdpublic String getBdsInstanceId() The OCID of the cluster.
 - 
getApiKeyIdpublic String getApiKeyId() The API key identifier.
 - 
getTestBdsObjectStorageConnectionDetailspublic TestBdsObjectStorageConnectionDetails getTestBdsObjectStorageConnectionDetails() Parameters required to validate access to the specified Object Storage bucket using the API key.
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getBody$public TestBdsObjectStorageConnectionDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<TestBdsObjectStorageConnectionDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic TestBdsObjectStorageConnectionRequest.Builder toBuilder() Return an instance ofTestBdsObjectStorageConnectionRequest.Builderthat allows you to modify request properties.- Returns:
- instance of TestBdsObjectStorageConnectionRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static TestBdsObjectStorageConnectionRequest.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<TestBdsObjectStorageConnectionDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<TestBdsObjectStorageConnectionDetails>
 
 
- 
 
-