@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
Report objects returned by BatchGetReports . |
List<String> |
getReportsNotFound()
An array of ARNs passed to
BatchGetReportGroups that are not associated with a Report . |
int |
hashCode() |
void |
setReports(Collection<Report> reports)
The array of
Report objects returned by BatchGetReports . |
void |
setReportsNotFound(Collection<String> reportsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a Report . |
String |
toString()
Returns a string representation of this object.
|
BatchGetReportsResult |
withReports(Collection<Report> reports)
The array of
Report objects returned by BatchGetReports . |
BatchGetReportsResult |
withReports(Report... reports)
The array of
Report objects returned by BatchGetReports . |
BatchGetReportsResult |
withReportsNotFound(Collection<String> reportsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a Report . |
BatchGetReportsResult |
withReportsNotFound(String... reportsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a Report . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public BatchGetReportsResult clone()