@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetReportGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetReportGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetReportGroupsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getReportGroupArns()
 An array of report group ARNs that identify the report groups to return. | 
| int | hashCode() | 
| void | setReportGroupArns(Collection<String> reportGroupArns)
 An array of report group ARNs that identify the report groups to return. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetReportGroupsRequest | withReportGroupArns(Collection<String> reportGroupArns)
 An array of report group ARNs that identify the report groups to return. | 
| BatchGetReportGroupsRequest | withReportGroupArns(String... reportGroupArns)
 An array of report group ARNs that identify the report groups 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> getReportGroupArns()
An array of report group ARNs that identify the report groups to return.
public void setReportGroupArns(Collection<String> reportGroupArns)
An array of report group ARNs that identify the report groups to return.
reportGroupArns - An array of report group ARNs that identify the report groups to return.public BatchGetReportGroupsRequest withReportGroupArns(String... reportGroupArns)
An array of report group ARNs that identify the report groups to return.
 NOTE: This method appends the values to the existing list (if any). Use
 setReportGroupArns(java.util.Collection) or withReportGroupArns(java.util.Collection) if you
 want to override the existing values.
 
reportGroupArns - An array of report group ARNs that identify the report groups to return.public BatchGetReportGroupsRequest withReportGroupArns(Collection<String> reportGroupArns)
An array of report group ARNs that identify the report groups to return.
reportGroupArns - An array of report group ARNs that identify the report groups to return.public String toString()
toString in class ObjectObject.toString()public BatchGetReportGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()