@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSharedReportGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListSharedReportGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListSharedReportGroupsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()
 The maximum number of paginated shared report groups per response. | 
| String | getNextToken()
 During a previous call, the maximum number of items that can be returned is the value specified in
  maxResults. | 
| String | getSortBy()
 The criterion to be used to list report groups shared with the current Amazon Web Services account or user. | 
| String | getSortOrder()
 The order in which to list shared report groups. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)
 The maximum number of paginated shared report groups 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 | setSortBy(String sortBy)
 The criterion to be used to list report groups shared with the current Amazon Web Services account or user. | 
| void | setSortOrder(String sortOrder)
 The order in which to list shared report groups. | 
| String | toString()Returns a string representation of this object. | 
| ListSharedReportGroupsRequest | withMaxResults(Integer maxResults)
 The maximum number of paginated shared report groups per response. | 
| ListSharedReportGroupsRequest | withNextToken(String nextToken)
 During a previous call, the maximum number of items that can be returned is the value specified in
  maxResults. | 
| ListSharedReportGroupsRequest | withSortBy(SharedResourceSortByType sortBy)
 The criterion to be used to list report groups shared with the current Amazon Web Services account or user. | 
| ListSharedReportGroupsRequest | withSortBy(String sortBy)
 The criterion to be used to list report groups shared with the current Amazon Web Services account or user. | 
| ListSharedReportGroupsRequest | withSortOrder(SortOrderType sortOrder)
 The order in which to list shared report groups. | 
| ListSharedReportGroupsRequest | withSortOrder(String sortOrder)
 The order in which to list shared report groups. | 
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 setSortOrder(String sortOrder)
The order in which to list shared report groups. Valid values include:
 ASCENDING: List in ascending order.
 
 DESCENDING: List in descending order.
 
sortOrder - The order in which to list shared report groups. Valid values include:
        
        ASCENDING: List in ascending order.
        
        DESCENDING: List in descending order.
        
SortOrderTypepublic String getSortOrder()
The order in which to list shared report groups. Valid values include:
 ASCENDING: List in ascending order.
 
 DESCENDING: List in descending order.
 
         ASCENDING: List in ascending order.
         
         DESCENDING: List in descending order.
         
SortOrderTypepublic ListSharedReportGroupsRequest withSortOrder(String sortOrder)
The order in which to list shared report groups. Valid values include:
 ASCENDING: List in ascending order.
 
 DESCENDING: List in descending order.
 
sortOrder - The order in which to list shared report groups. Valid values include:
        
        ASCENDING: List in ascending order.
        
        DESCENDING: List in descending order.
        
SortOrderTypepublic ListSharedReportGroupsRequest withSortOrder(SortOrderType sortOrder)
The order in which to list shared report groups. Valid values include:
 ASCENDING: List in ascending order.
 
 DESCENDING: List in descending order.
 
sortOrder - The order in which to list shared report groups. Valid values include:
        
        ASCENDING: List in ascending order.
        
        DESCENDING: List in descending order.
        
SortOrderTypepublic void setSortBy(String sortBy)
The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:
 ARN: List based on the ARN.
 
 MODIFIED_TIME: List based on when information about the shared report group was last changed.
 
sortBy - The criterion to be used to list report groups shared with the current Amazon Web Services account or
        user. Valid values include: 
        
        ARN: List based on the ARN.
        
        MODIFIED_TIME: List based on when information about the shared report group was last changed.
        
SharedResourceSortByTypepublic String getSortBy()
The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:
 ARN: List based on the ARN.
 
 MODIFIED_TIME: List based on when information about the shared report group was last changed.
 
         ARN: List based on the ARN.
         
         MODIFIED_TIME: List based on when information about the shared report group was last
         changed.
         
SharedResourceSortByTypepublic ListSharedReportGroupsRequest withSortBy(String sortBy)
The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:
 ARN: List based on the ARN.
 
 MODIFIED_TIME: List based on when information about the shared report group was last changed.
 
sortBy - The criterion to be used to list report groups shared with the current Amazon Web Services account or
        user. Valid values include: 
        
        ARN: List based on the ARN.
        
        MODIFIED_TIME: List based on when information about the shared report group was last changed.
        
SharedResourceSortByTypepublic ListSharedReportGroupsRequest withSortBy(SharedResourceSortByType sortBy)
The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:
 ARN: List based on the ARN.
 
 MODIFIED_TIME: List based on when information about the shared report group was last changed.
 
sortBy - The criterion to be used to list report groups shared with the current Amazon Web Services account or
        user. Valid values include: 
        
        ARN: List based on the ARN.
        
        MODIFIED_TIME: List based on when information about the shared report group was last changed.
        
SharedResourceSortByTypepublic 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 ListSharedReportGroupsRequest 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 setMaxResults(Integer maxResults)
 The maximum number of paginated shared report groups per response. Use nextToken to iterate pages in
 the list of returned ReportGroup objects. The default value is 100.
 
maxResults - The maximum number of paginated shared report groups per response. Use nextToken to iterate
        pages in the list of returned ReportGroup objects. The default value is 100.public Integer getMaxResults()
 The maximum number of paginated shared report groups per response. Use nextToken to iterate pages in
 the list of returned ReportGroup objects. The default value is 100.
 
nextToken to iterate
         pages in the list of returned ReportGroup objects. The default value is 100.public ListSharedReportGroupsRequest withMaxResults(Integer maxResults)
 The maximum number of paginated shared report groups per response. Use nextToken to iterate pages in
 the list of returned ReportGroup objects. The default value is 100.
 
maxResults - The maximum number of paginated shared report groups per response. Use nextToken to iterate
        pages in the list of returned ReportGroup objects. The default value is 100.public String toString()
toString in class ObjectObject.toString()public ListSharedReportGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()