@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedRoute53HealthChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssociatedRoute53HealthChecksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedRoute53HealthChecksRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of objects that you want to return with this call.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
String |
getRoutingControlArn()
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedRoute53HealthChecksRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListAssociatedRoute53HealthChecksRequest |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListAssociatedRoute53HealthChecksRequest |
withRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
|
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 ListAssociatedRoute53HealthChecksRequest()
public void setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.public Integer getMaxResults()
The number of objects that you want to return with this call.
public ListAssociatedRoute53HealthChecksRequest withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListAssociatedRoute53HealthChecksRequest withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public void setRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
routingControlArn - The Amazon Resource Name (ARN) of the routing control that you're getting details for.public String getRoutingControlArn()
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
public ListAssociatedRoute53HealthChecksRequest withRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
routingControlArn - The Amazon Resource Name (ARN) of the routing control that you're getting details for.public String toString()
toString in class ObjectObject.toString()public ListAssociatedRoute53HealthChecksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.