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