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