@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetReportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| BatchGetReportsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetReportsResult | clone() | 
| boolean | equals(Object obj) | 
| List<Report> | getReports()
 The array of  Reportobjects returned byBatchGetReports. | 
| List<String> | getReportsNotFound()
 An array of ARNs passed to  BatchGetReportGroupsthat are not associated with aReport. | 
| int | hashCode() | 
| void | setReports(Collection<Report> reports)
 The array of  Reportobjects returned byBatchGetReports. | 
| void | setReportsNotFound(Collection<String> reportsNotFound)
 An array of ARNs passed to  BatchGetReportGroupsthat are not associated with aReport. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetReportsResult | withReports(Collection<Report> reports)
 The array of  Reportobjects returned byBatchGetReports. | 
| BatchGetReportsResult | withReports(Report... reports)
 The array of  Reportobjects returned byBatchGetReports. | 
| BatchGetReportsResult | withReportsNotFound(Collection<String> reportsNotFound)
 An array of ARNs passed to  BatchGetReportGroupsthat are not associated with aReport. | 
| BatchGetReportsResult | withReportsNotFound(String... reportsNotFound)
 An array of ARNs passed to  BatchGetReportGroupsthat are not associated with aReport. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Report> getReports()
 The array of Report objects returned by BatchGetReports.
 
Report objects returned by BatchGetReports.public void setReports(Collection<Report> reports)
 The array of Report objects returned by BatchGetReports.
 
reports - The array of Report objects returned by BatchGetReports.public BatchGetReportsResult withReports(Report... reports)
 The array of Report objects returned by BatchGetReports.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setReports(java.util.Collection) or withReports(java.util.Collection) if you want to override
 the existing values.
 
reports - The array of Report objects returned by BatchGetReports.public BatchGetReportsResult withReports(Collection<Report> reports)
 The array of Report objects returned by BatchGetReports.
 
reports - The array of Report objects returned by BatchGetReports.public List<String> getReportsNotFound()
 An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
 
BatchGetReportGroups that are not associated with a
         Report.public void setReportsNotFound(Collection<String> reportsNotFound)
 An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
 
reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
        Report.public BatchGetReportsResult withReportsNotFound(String... reportsNotFound)
 An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setReportsNotFound(java.util.Collection) or withReportsNotFound(java.util.Collection) if you
 want to override the existing values.
 
reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
        Report.public BatchGetReportsResult withReportsNotFound(Collection<String> reportsNotFound)
 An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
 
reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
        Report.public String toString()
toString in class ObjectObject.toString()public BatchGetReportsResult clone()