Class GetSecretTaskOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.GetSecretTaskOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSecretTaskOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getSecretTask options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSecretTaskOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.GetSecretTaskOptions.BuildernewBuilder()New builder.StringsecretId()Gets the secretId.
-
-
-
Method Detail
-
newBuilder
public GetSecretTaskOptions.Builder newBuilder()
New builder.- Returns:
- a GetSecretTaskOptions builder
-
secretId
public String secretId()
Gets the secretId. The UUID that uniquely identifies your secret.- Returns:
- the secretId
-
id
public String id()
Gets the id. The ID that uniquely identifies your task.- Returns:
- the id
-
-