Package com.oracle.bmc.secrets.requests
Class GetSecretBundleRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.secrets.requests.GetSecretBundleRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190301") public class GetSecretBundleRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/secrets/GetSecretBundleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecretBundleRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetSecretBundleRequest.Builderstatic classGetSecretBundleRequest.StageThe rotation state of the secret version.
 - 
Constructor SummaryConstructors Constructor Description GetSecretBundleRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSecretBundleRequest.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’.StringgetOpcRequestId()Unique identifier for the request.StringgetSecretId()The OCID of the secret.StringgetSecretVersionName()The name of the secret.GetSecretBundleRequest.StagegetStage()The rotation state of the secret version.LonggetVersionNumber()The version number of the secret.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetSecretBundleRequest.BuildertoBuilder()Return an instance ofGetSecretBundleRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getSecretIdpublic String getSecretId() The OCID of the secret.
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique identifier for the request.
 - 
getVersionNumberpublic Long getVersionNumber() The version number of the secret.
 - 
getSecretVersionNamepublic String getSecretVersionName() The name of the secret.(This might be referred to as the name of the secret version. Names are unique across the different versions of a secret.) 
 - 
getStagepublic GetSecretBundleRequest.Stage getStage() The rotation state of the secret version.
 - 
toBuilderpublic GetSecretBundleRequest.Builder toBuilder() Return an instance ofGetSecretBundleRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetSecretBundleRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetSecretBundleRequest.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>
 
 
- 
 
-