Class GetSupplySourcesResponse
- java.lang.Object
-
- software.amazon.spapi.models.supplysources.v2020_07_01.GetSupplySourcesResponse
-
public class GetSupplySourcesResponse extends java.lang.Object
The paginated list of supply sources.
-
-
Constructor Summary
Constructors Constructor Description GetSupplySourcesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getNextPageToken()
If present, use this pagination token to retrieve the next page of supply sources.SupplySourceList
getSupplySources()
Get supplySourcesint
hashCode()
GetSupplySourcesResponse
nextPageToken(java.lang.String nextPageToken)
void
setNextPageToken(java.lang.String nextPageToken)
void
setSupplySources(SupplySourceList supplySources)
GetSupplySourcesResponse
supplySources(SupplySourceList supplySources)
java.lang.String
toString()
-
-
-
Method Detail
-
supplySources
public GetSupplySourcesResponse supplySources(SupplySourceList supplySources)
-
getSupplySources
public SupplySourceList getSupplySources()
Get supplySources- Returns:
- supplySources
-
setSupplySources
public void setSupplySources(SupplySourceList supplySources)
-
nextPageToken
public GetSupplySourcesResponse nextPageToken(java.lang.String nextPageToken)
-
getNextPageToken
public java.lang.String getNextPageToken()
If present, use this pagination token to retrieve the next page of supply sources.- Returns:
- nextPageToken
-
setNextPageToken
public void setNextPageToken(java.lang.String nextPageToken)
-
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
-
-