public class BatchDeleteCatalogObjectsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchDeleteCatalogObjectsRequest.Builder
Class to build instances of
BatchDeleteCatalogObjectsRequest. |
| Constructor and Description |
|---|
BatchDeleteCatalogObjectsRequest(List<String> objectIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getObjectIds()
Getter for ObjectIds.
|
int |
hashCode() |
BatchDeleteCatalogObjectsRequest.Builder |
toBuilder()
Builds a new
BatchDeleteCatalogObjectsRequest.Builder object. |
String |
toString()
Converts this BatchDeleteCatalogObjectsRequest into string format.
|
public List<String> getObjectIds()
public String toString()
public BatchDeleteCatalogObjectsRequest.Builder toBuilder()
BatchDeleteCatalogObjectsRequest.Builder object.
Creates the instance with the state of the current model.BatchDeleteCatalogObjectsRequest.Builder objectCopyright © 2022. All rights reserved.