Class ListReclamationsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ListReclamationsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListReclamationsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listReclamations options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListReclamationsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.ListReclamationsOptions.BuildernewBuilder()New builder.java.lang.StringresourceInstanceId()Gets the resourceInstanceId.
-
-
-
Method Detail
-
newBuilder
public ListReclamationsOptions.Builder newBuilder()
New builder.- Returns:
- a ListReclamationsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. An alpha-numeric value identifying the account ID.- Returns:
- the accountId
-
resourceInstanceId
public java.lang.String resourceInstanceId()
Gets the resourceInstanceId. The GUID of the resource instance.- Returns:
- the resourceInstanceId
-
-