Class CreateSupplySourceResponse
- java.lang.Object
-
- software.amazon.spapi.models.supplysources.v2020_07_01.CreateSupplySourceResponse
-
public class CreateSupplySourceResponse extends java.lang.Object
The result of creating a new supply source.
-
-
Constructor Summary
Constructors Constructor Description CreateSupplySourceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getSupplySourceCode()
Get supplySourceCodejava.lang.String
getSupplySourceId()
Get supplySourceIdint
hashCode()
void
setSupplySourceCode(java.lang.String supplySourceCode)
void
setSupplySourceId(java.lang.String supplySourceId)
CreateSupplySourceResponse
supplySourceCode(java.lang.String supplySourceCode)
CreateSupplySourceResponse
supplySourceId(java.lang.String supplySourceId)
java.lang.String
toString()
-
-
-
Method Detail
-
supplySourceId
public CreateSupplySourceResponse supplySourceId(java.lang.String supplySourceId)
-
getSupplySourceId
public java.lang.String getSupplySourceId()
Get supplySourceId- Returns:
- supplySourceId
-
setSupplySourceId
public void setSupplySourceId(java.lang.String supplySourceId)
-
supplySourceCode
public CreateSupplySourceResponse supplySourceCode(java.lang.String supplySourceCode)
-
getSupplySourceCode
public java.lang.String getSupplySourceCode()
Get supplySourceCode- Returns:
- supplySourceCode
-
setSupplySourceCode
public void setSupplySourceCode(java.lang.String supplySourceCode)
-
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
-
-