Class AplusResponse
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
-
- Direct Known Subclasses:
AplusPaginatedResponse
,GetContentDocumentResponse
,PostContentDocumentApprovalSubmissionResponse
,PostContentDocumentAsinRelationsResponse
,PostContentDocumentResponse
,PostContentDocumentSuspendSubmissionResponse
,ValidateContentDocumentAsinRelationsResponse
public class AplusResponse extends java.lang.Object
The base response data for all A+ Content operations when a request is successful or partially successful. Individual operations can extend this with additional data.
-
-
Constructor Summary
Constructors Constructor Description AplusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MessageSet
getWarnings()
Get warningsint
hashCode()
void
setWarnings(MessageSet warnings)
java.lang.String
toString()
AplusResponse
warnings(MessageSet warnings)
-
-
-
Method Detail
-
warnings
public AplusResponse warnings(MessageSet warnings)
-
getWarnings
public MessageSet getWarnings()
Get warnings- Returns:
- warnings
-
setWarnings
public void setWarnings(MessageSet warnings)
-
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
-
-