@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReadinessCheckResourceStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetReadinessCheckResourceStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetReadinessCheckResourceStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 |
getReadinessCheckName()
Name of a readiness check.
|
String |
getResourceIdentifier()
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by
Application Recovery Controller (for example, for a DNS target resource).
|
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 |
setReadinessCheckName(String readinessCheckName)
Name of a readiness check.
|
void |
setResourceIdentifier(String resourceIdentifier)
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by
Application Recovery Controller (for example, for a DNS target resource).
|
String |
toString()
Returns a string representation of this object.
|
GetReadinessCheckResourceStatusRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
GetReadinessCheckResourceStatusRequest |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetReadinessCheckResourceStatusRequest |
withReadinessCheckName(String readinessCheckName)
Name of a readiness check.
|
GetReadinessCheckResourceStatusRequest |
withResourceIdentifier(String resourceIdentifier)
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by
Application Recovery Controller (for example, for a DNS target resource).
|
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 GetReadinessCheckResourceStatusRequest()
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 GetReadinessCheckResourceStatusRequest 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 GetReadinessCheckResourceStatusRequest 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 setReadinessCheckName(String readinessCheckName)
Name of a readiness check.
readinessCheckName
- Name of a readiness check.public String getReadinessCheckName()
Name of a readiness check.
public GetReadinessCheckResourceStatusRequest withReadinessCheckName(String readinessCheckName)
Name of a readiness check.
readinessCheckName
- Name of a readiness check.public void setResourceIdentifier(String resourceIdentifier)
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).
resourceIdentifier
- The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the
resource by Application Recovery Controller (for example, for a DNS target resource).public String getResourceIdentifier()
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).
public GetReadinessCheckResourceStatusRequest withResourceIdentifier(String resourceIdentifier)
The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).
resourceIdentifier
- The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the
resource by Application Recovery Controller (for example, for a DNS target resource).public String toString()
toString
in class Object
Object.toString()
public GetReadinessCheckResourceStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()