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