Class GetContentDocumentResponse
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.GetContentDocumentResponse
-
public class GetContentDocumentResponse extends AplusResponse
GetContentDocumentResponse
-
-
Constructor Summary
Constructors Constructor Description GetContentDocumentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetContentDocumentResponse
contentRecord(ContentRecord contentRecord)
boolean
equals(java.lang.Object o)
ContentRecord
getContentRecord()
Get contentRecordint
hashCode()
void
setContentRecord(ContentRecord contentRecord)
java.lang.String
toString()
-
Methods inherited from class software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
getWarnings, setWarnings, warnings
-
-
-
-
Method Detail
-
contentRecord
public GetContentDocumentResponse contentRecord(ContentRecord contentRecord)
-
getContentRecord
public ContentRecord getContentRecord()
Get contentRecord- Returns:
- contentRecord
-
setContentRecord
public void setContentRecord(ContentRecord contentRecord)
-
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
-
-