@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReportsForReportGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListReportsForReportGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListReportsForReportGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ReportFilter |
getFilter()
A
ReportFilter object used to filter the returned reports. |
Integer |
getMaxResults()
The maximum number of paginated reports in this report group returned per response.
|
String |
getNextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
String |
getReportGroupArn()
The ARN of the report group for which you want to return report ARNs.
|
String |
getSortOrder()
Use to specify whether the results are returned in ascending or descending order.
|
int |
hashCode() |
void |
setFilter(ReportFilter filter)
A
ReportFilter object used to filter the returned reports. |
void |
setMaxResults(Integer maxResults)
The maximum number of paginated reports in this report group returned per response.
|
void |
setNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
void |
setReportGroupArn(String reportGroupArn)
The ARN of the report group for which you want to return report ARNs.
|
void |
setSortOrder(String sortOrder)
Use to specify whether the results are returned in ascending or descending order.
|
String |
toString()
Returns a string representation of this object.
|
ListReportsForReportGroupRequest |
withFilter(ReportFilter filter)
A
ReportFilter object used to filter the returned reports. |
ListReportsForReportGroupRequest |
withMaxResults(Integer maxResults)
The maximum number of paginated reports in this report group returned per response.
|
ListReportsForReportGroupRequest |
withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
ListReportsForReportGroupRequest |
withReportGroupArn(String reportGroupArn)
The ARN of the report group for which you want to return report ARNs.
|
ListReportsForReportGroupRequest |
withSortOrder(SortOrderType sortOrder)
Use to specify whether the results are returned in ascending or descending order.
|
ListReportsForReportGroupRequest |
withSortOrder(String sortOrder)
Use to specify whether the results are returned in ascending or descending order.
|
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 void setReportGroupArn(String reportGroupArn)
The ARN of the report group for which you want to return report ARNs.
reportGroupArn - The ARN of the report group for which you want to return report ARNs.public String getReportGroupArn()
The ARN of the report group for which you want to return report ARNs.
public ListReportsForReportGroupRequest withReportGroupArn(String reportGroupArn)
The ARN of the report group for which you want to return report ARNs.
reportGroupArn - The ARN of the report group for which you want to return report ARNs.public void setNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
nextToken - During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public String getNextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
maxResults. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public ListReportsForReportGroupRequest withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
nextToken - During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public void setSortOrder(String sortOrder)
Use to specify whether the results are returned in ascending or descending order.
sortOrder - Use to specify whether the results are returned in ascending or descending order.SortOrderTypepublic String getSortOrder()
Use to specify whether the results are returned in ascending or descending order.
SortOrderTypepublic ListReportsForReportGroupRequest withSortOrder(String sortOrder)
Use to specify whether the results are returned in ascending or descending order.
sortOrder - Use to specify whether the results are returned in ascending or descending order.SortOrderTypepublic ListReportsForReportGroupRequest withSortOrder(SortOrderType sortOrder)
Use to specify whether the results are returned in ascending or descending order.
sortOrder - Use to specify whether the results are returned in ascending or descending order.SortOrderTypepublic void setMaxResults(Integer maxResults)
The maximum number of paginated reports in this report group returned per response. Use nextToken to
iterate pages in the list of returned Report objects. The default value is 100.
maxResults - The maximum number of paginated reports in this report group returned per response. Use
nextToken to iterate pages in the list of returned Report objects. The default
value is 100.public Integer getMaxResults()
The maximum number of paginated reports in this report group returned per response. Use nextToken to
iterate pages in the list of returned Report objects. The default value is 100.
nextToken to iterate pages in the list of returned Report objects. The default
value is 100.public ListReportsForReportGroupRequest withMaxResults(Integer maxResults)
The maximum number of paginated reports in this report group returned per response. Use nextToken to
iterate pages in the list of returned Report objects. The default value is 100.
maxResults - The maximum number of paginated reports in this report group returned per response. Use
nextToken to iterate pages in the list of returned Report objects. The default
value is 100.public void setFilter(ReportFilter filter)
A ReportFilter object used to filter the returned reports.
filter - A ReportFilter object used to filter the returned reports.public ReportFilter getFilter()
A ReportFilter object used to filter the returned reports.
ReportFilter object used to filter the returned reports.public ListReportsForReportGroupRequest withFilter(ReportFilter filter)
A ReportFilter object used to filter the returned reports.
filter - A ReportFilter object used to filter the returned reports.public String toString()
toString in class ObjectObject.toString()public ListReportsForReportGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()