@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListBusinessReportSchedulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.