@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetReportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetReportsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetReportsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getReportArns()
 An array of ARNs that identify the  Reportobjects to return. | 
| int | hashCode() | 
| void | setReportArns(Collection<String> reportArns)
 An array of ARNs that identify the  Reportobjects to return. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetReportsRequest | withReportArns(Collection<String> reportArns)
 An array of ARNs that identify the  Reportobjects to return. | 
| BatchGetReportsRequest | withReportArns(String... reportArns)
 An array of ARNs that identify the  Reportobjects to return. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getReportArns()
 An array of ARNs that identify the Report objects to return.
 
Report objects to return.public void setReportArns(Collection<String> reportArns)
 An array of ARNs that identify the Report objects to return.
 
reportArns - An array of ARNs that identify the Report objects to return.public BatchGetReportsRequest withReportArns(String... reportArns)
 An array of ARNs that identify the Report objects to return.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setReportArns(java.util.Collection) or withReportArns(java.util.Collection) if you want to
 override the existing values.
 
reportArns - An array of ARNs that identify the Report objects to return.public BatchGetReportsRequest withReportArns(Collection<String> reportArns)
 An array of ARNs that identify the Report objects to return.
 
reportArns - An array of ARNs that identify the Report objects to return.public String toString()
toString in class ObjectObject.toString()public BatchGetReportsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()