Class PostContentDocumentAsinRelationsRequest
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.PostContentDocumentAsinRelationsRequest
-
public class PostContentDocumentAsinRelationsRequest extends java.lang.Object
PostContentDocumentAsinRelationsRequest
-
-
Constructor Summary
Constructors Constructor Description PostContentDocumentAsinRelationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostContentDocumentAsinRelationsRequest
asinSet(AsinSet asinSet)
boolean
equals(java.lang.Object o)
AsinSet
getAsinSet()
Get asinSetint
hashCode()
void
setAsinSet(AsinSet asinSet)
java.lang.String
toString()
-
-
-
Method Detail
-
asinSet
public PostContentDocumentAsinRelationsRequest asinSet(AsinSet asinSet)
-
getAsinSet
public AsinSet getAsinSet()
Get asinSet- Returns:
- asinSet
-
setAsinSet
public void setAsinSet(AsinSet asinSet)
-
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
-
-