Class ValidateContentDocumentAsinRelationsResponse
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.ValidateContentDocumentAsinRelationsResponse
-
public class ValidateContentDocumentAsinRelationsResponse extends AplusResponse
ValidateContentDocumentAsinRelationsResponse
-
-
Constructor Summary
Constructors Constructor Description ValidateContentDocumentAsinRelationsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateContentDocumentAsinRelationsResponse
addErrorsItem(Error errorsItem)
boolean
equals(java.lang.Object o)
ValidateContentDocumentAsinRelationsResponse
errors(java.util.List<Error> errors)
java.util.List<Error>
getErrors()
A list of error responses returned when a request is unsuccessful.int
hashCode()
void
setErrors(java.util.List<Error> errors)
java.lang.String
toString()
-
Methods inherited from class software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
getWarnings, setWarnings, warnings
-
-
-
-
Method Detail
-
errors
public ValidateContentDocumentAsinRelationsResponse errors(java.util.List<Error> errors)
-
addErrorsItem
public ValidateContentDocumentAsinRelationsResponse addErrorsItem(Error errorsItem)
-
getErrors
public java.util.List<Error> getErrors()
A list of error responses returned when a request is unsuccessful.- Returns:
- errors
-
setErrors
public void setErrors(java.util.List<Error> errors)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classAplusResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAplusResponse
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAplusResponse
-
-