@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCanaryRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCanaryRunsRequest() |
Modifier and Type | Method and Description |
---|---|
GetCanaryRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specify this parameter to limit how many runs are returned each time you use the
GetCanaryRuns
operation. |
String |
getName()
The name of the canary that you want to see runs for.
|
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
GetCanaryRuns
operation. |
void |
setName(String name)
The name of the canary that you want to see runs for.
|
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
String |
toString()
Returns a string representation of this object.
|
GetCanaryRunsRequest |
withMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
GetCanaryRuns
operation. |
GetCanaryRunsRequest |
withName(String name)
The name of the canary that you want to see runs for.
|
GetCanaryRunsRequest |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
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 setName(String name)
The name of the canary that you want to see runs for.
name
- The name of the canary that you want to see runs for.public String getName()
The name of the canary that you want to see runs for.
public GetCanaryRunsRequest withName(String name)
The name of the canary that you want to see runs for.
name
- The name of the canary that you want to see runs for.public void setNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
GetCanaryRuns
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
GetCanaryRuns
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
GetCanaryRuns
operation to retrieve the next set of results.
GetCanaryRuns
operation to retrieve the next set of results.public GetCanaryRunsRequest withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
GetCanaryRuns
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
GetCanaryRuns
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 GetCanaryRuns
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
GetCanaryRuns
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 GetCanaryRuns
operation. If you omit this parameter, the default of 100 is used.
GetCanaryRuns
operation. If you omit this parameter, the default of 100 is used.public GetCanaryRunsRequest withMaxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns
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
GetCanaryRuns
operation. If you omit this parameter, the default of 100 is used.public String toString()
toString
in class Object
Object.toString()
public GetCanaryRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()