Class CreateInboundPlanResponse
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.CreateInboundPlanResponse
-
public class CreateInboundPlanResponse extends java.lang.Object
The `createInboundPlan` response.
-
-
Constructor Summary
Constructors Constructor Description CreateInboundPlanResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getInboundPlanId()
Identifier of an inbound plan.java.lang.String
getOperationId()
UUID for the given operation.int
hashCode()
CreateInboundPlanResponse
inboundPlanId(java.lang.String inboundPlanId)
CreateInboundPlanResponse
operationId(java.lang.String operationId)
void
setInboundPlanId(java.lang.String inboundPlanId)
void
setOperationId(java.lang.String operationId)
java.lang.String
toString()
-
-
-
Method Detail
-
inboundPlanId
public CreateInboundPlanResponse inboundPlanId(java.lang.String inboundPlanId)
-
getInboundPlanId
public java.lang.String getInboundPlanId()
Identifier of an inbound plan.- Returns:
- inboundPlanId
-
setInboundPlanId
public void setInboundPlanId(java.lang.String inboundPlanId)
-
operationId
public CreateInboundPlanResponse 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
-
-