@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCanariesLastRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeCanariesLastRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesLastRunRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specify this parameter to limit how many runs are returned each time you use the
DescribeLastRun
operation. |
String |
getNextToken()
A token that indicates that there is more data available.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
DescribeLastRun
operation. |
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCanariesLastRunRequest |
withMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
DescribeLastRun
operation. |
DescribeCanariesLastRunRequest |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
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)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanaries operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanaries operation to retrieve the next set of results.public String getNextToken()
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanaries operation to retrieve the next set of results.
DescribeCanaries operation to retrieve the next set of results.public DescribeCanariesLastRunRequest withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanaries operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
DescribeCanaries operation to retrieve the next set of results.public void setMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the DescribeLastRun
operation. If you omit this parameter, the default of 100 is used.
maxResults - Specify this parameter to limit how many runs are returned each time you use the
DescribeLastRun operation. If you omit this parameter, the default of 100 is used.public Integer getMaxResults()
Specify this parameter to limit how many runs are returned each time you use the DescribeLastRun
operation. If you omit this parameter, the default of 100 is used.
DescribeLastRun operation. If you omit this parameter, the default of 100 is used.public DescribeCanariesLastRunRequest withMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the DescribeLastRun
operation. If you omit this parameter, the default of 100 is used.
maxResults - Specify this parameter to limit how many runs are returned each time you use the
DescribeLastRun operation. If you omit this parameter, the default of 100 is used.public String toString()
toString in class ObjectObject.toString()public DescribeCanariesLastRunRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.