@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBusinessReportSchedulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListBusinessReportSchedulesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of schedules listed in the call.
|
String |
getNextToken()
The token used to list the remaining schedules from the previous API call.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of schedules listed in the call.
|
void |
setNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListBusinessReportSchedulesRequest |
withMaxResults(Integer maxResults)
The maximum number of schedules listed in the call.
|
ListBusinessReportSchedulesRequest |
withNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
nextToken - The token used to list the remaining schedules from the previous API call.public String getNextToken()
The token used to list the remaining schedules from the previous API call.
public ListBusinessReportSchedulesRequest withNextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
nextToken - The token used to list the remaining schedules from the previous API call.public void setMaxResults(Integer maxResults)
The maximum number of schedules listed in the call.
maxResults - The maximum number of schedules listed in the call.public Integer getMaxResults()
The maximum number of schedules listed in the call.
public ListBusinessReportSchedulesRequest withMaxResults(Integer maxResults)
The maximum number of schedules listed in the call.
maxResults - The maximum number of schedules listed in the call.public String toString()
toString in class ObjectObject.toString()public ListBusinessReportSchedulesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.