Class UpdateShipmentSourceAddressResponse
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.UpdateShipmentSourceAddressResponse
-
public class UpdateShipmentSourceAddressResponse extends java.lang.Object
The `UpdateShipmentSourceAddress` response.
-
-
Constructor Summary
Constructors Constructor Description UpdateShipmentSourceAddressResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getOperationId()
UUID for the given operation.int
hashCode()
UpdateShipmentSourceAddressResponse
operationId(java.lang.String operationId)
void
setOperationId(java.lang.String operationId)
java.lang.String
toString()
-
-
-
Method Detail
-
operationId
public UpdateShipmentSourceAddressResponse operationId(java.lang.String operationId)
-
getOperationId
public java.lang.String getOperationId()
UUID for the given operation.- Returns:
- operationId
-
setOperationId
public void setOperationId(java.lang.String operationId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-