Class SearchContentDocumentsResponse
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.AplusPaginatedResponse
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.SearchContentDocumentsResponse
-
public class SearchContentDocumentsResponse extends AplusPaginatedResponse
SearchContentDocumentsResponse
-
-
Constructor Summary
Constructors Constructor Description SearchContentDocumentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchContentDocumentsResponse
contentMetadataRecords(ContentMetadataRecordList contentMetadataRecords)
boolean
equals(java.lang.Object o)
ContentMetadataRecordList
getContentMetadataRecords()
Get contentMetadataRecordsint
hashCode()
void
setContentMetadataRecords(ContentMetadataRecordList contentMetadataRecords)
java.lang.String
toString()
-
Methods inherited from class software.amazon.spapi.models.apluscontent.v2020_11_01.AplusPaginatedResponse
getNextPageToken, nextPageToken, setNextPageToken
-
Methods inherited from class software.amazon.spapi.models.apluscontent.v2020_11_01.AplusResponse
getWarnings, setWarnings, warnings
-
-
-
-
Method Detail
-
contentMetadataRecords
public SearchContentDocumentsResponse contentMetadataRecords(ContentMetadataRecordList contentMetadataRecords)
-
getContentMetadataRecords
public ContentMetadataRecordList getContentMetadataRecords()
Get contentMetadataRecords- Returns:
- contentMetadataRecords
-
setContentMetadataRecords
public void setContentMetadataRecords(ContentMetadataRecordList contentMetadataRecords)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classAplusPaginatedResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAplusPaginatedResponse
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAplusPaginatedResponse
-
-