@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecoveryGroupReadinessSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRecoveryGroupReadinessSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
GetRecoveryGroupReadinessSummaryRequest |
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 |
getRecoveryGroupName()
The name of a recovery group.
|
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 |
setRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
|
String |
toString()
Returns a string representation of this object.
|
GetRecoveryGroupReadinessSummaryRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
GetRecoveryGroupReadinessSummaryRequest |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetRecoveryGroupReadinessSummaryRequest |
withRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
|
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 GetRecoveryGroupReadinessSummaryRequest()
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 GetRecoveryGroupReadinessSummaryRequest 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 GetRecoveryGroupReadinessSummaryRequest 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 setRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
recoveryGroupName
- The name of a recovery group.public String getRecoveryGroupName()
The name of a recovery group.
public GetRecoveryGroupReadinessSummaryRequest withRecoveryGroupName(String recoveryGroupName)
The name of a recovery group.
recoveryGroupName
- The name of a recovery group.public String toString()
toString
in class Object
Object.toString()
public GetRecoveryGroupReadinessSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()