| Package | Description |
|---|---|
| com.amazonaws.mws.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ReportInfo> |
UpdateReportAcknowledgementsResult.reportInfo |
protected List<ReportInfo> |
GetReportListResult.reportInfo |
protected List<ReportInfo> |
GetReportListByNextTokenResult.reportInfo |
| Modifier and Type | Method and Description |
|---|---|
ReportInfo |
ObjectFactory.createReportInfo()
Create an instance of
ReportInfo |
ReportInfo |
ReportInfo.withAcknowledged(boolean value)
Sets the value of the Acknowledged property.
|
ReportInfo |
ReportInfo.withAcknowledgedDate(XMLGregorianCalendar value)
Sets the value of the AcknowledgedDate property.
|
ReportInfo |
ReportInfo.withAvailableDate(XMLGregorianCalendar value)
Sets the value of the AvailableDate property.
|
ReportInfo |
ReportInfo.withReportId(String value)
Sets the value of the ReportId property.
|
ReportInfo |
ReportInfo.withReportRequestId(String value)
Sets the value of the ReportRequestId property.
|
ReportInfo |
ReportInfo.withReportType(String value)
Sets the value of the ReportType property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportInfo> |
UpdateReportAcknowledgementsResult.getReportInfoList()
Gets the value of the reportInfo property.
|
List<ReportInfo> |
GetReportListResult.getReportInfoList()
Gets the value of the reportInfoList property.
|
List<ReportInfo> |
GetReportListByNextTokenResult.getReportInfoList()
Gets the value of the reportInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReportAcknowledgementsResult |
UpdateReportAcknowledgementsResult.withReportInfoList(ReportInfo... values)
Sets the value of the ReportInfo property.
|
GetReportListResult |
GetReportListResult.withReportInfoList(ReportInfo... values)
Sets the value of the ReportInfoList property.
|
GetReportListByNextTokenResult |
GetReportListByNextTokenResult.withReportInfoList(ReportInfo... values)
Sets the value of the ReportInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReportAcknowledgementsResult.setReportInfoList(List<ReportInfo> reportInfo)
Sets the value of the reportInfo property.
|
void |
GetReportListResult.setReportInfoList(List<ReportInfo> reportInfoList)
Sets the value of the reportInfoList property.
|
void |
GetReportListByNextTokenResult.setReportInfoList(List<ReportInfo> reportInfo)
Sets the value of the reportInfo property.
|
| Constructor and Description |
|---|
GetReportListByNextTokenResult(String nextToken,
boolean hasNext,
List<ReportInfo> reportInfo)
Value constructor
|
GetReportListResult(String nextToken,
boolean hasNext,
List<ReportInfo> reportInfoList)
Value constructor
|
UpdateReportAcknowledgementsResult(int count,
List<ReportInfo> reportInfo)
Value constructor
|
Copyright © 2020. All rights reserved.