Class GenerateCollectionFormResponse
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.GenerateCollectionFormResponse
-
public class GenerateCollectionFormResponse extends java.lang.ObjectThe Response for the GenerateCollectionFormResponse operation.
-
-
Constructor Summary
Constructors Constructor Description GenerateCollectionFormResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateCollectionFormResponsecollectionsFormDocument(CollectionsFormDocument collectionsFormDocument)booleanequals(java.lang.Object o)CollectionsFormDocumentgetCollectionsFormDocument()Get collectionsFormDocumentinthashCode()voidsetCollectionsFormDocument(CollectionsFormDocument collectionsFormDocument)java.lang.StringtoString()
-
-
-
Method Detail
-
collectionsFormDocument
public GenerateCollectionFormResponse collectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
-
getCollectionsFormDocument
public CollectionsFormDocument getCollectionsFormDocument()
Get collectionsFormDocument- Returns:
- collectionsFormDocument
-
setCollectionsFormDocument
public void setCollectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-