@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()
Upper bound on number of records to return.
|
String |
getNextToken()
A token used to resume pagination from the end of a previous request.
|
String |
getRecoveryGroupName()
The name of the RecoveryGroup
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
void |
setRecoveryGroupName(String recoveryGroupName)
The name of the RecoveryGroup
|
String |
toString()
Returns a string representation of this object.
|
GetRecoveryGroupReadinessSummaryRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
GetRecoveryGroupReadinessSummaryRequest |
withNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
GetRecoveryGroupReadinessSummaryRequest |
withRecoveryGroupName(String recoveryGroupName)
The name of the RecoveryGroup
|
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)
maxResults
- Upper bound on number of records to return.public Integer getMaxResults()
public GetRecoveryGroupReadinessSummaryRequest withMaxResults(Integer maxResults)
maxResults
- Upper bound on number of records to return.public void setNextToken(String nextToken)
nextToken
- A token used to resume pagination from the end of a previous request.public String getNextToken()
public GetRecoveryGroupReadinessSummaryRequest withNextToken(String nextToken)
nextToken
- A token used to resume pagination from the end of a previous request.public void setRecoveryGroupName(String recoveryGroupName)
recoveryGroupName
- The name of the RecoveryGrouppublic String getRecoveryGroupName()
public GetRecoveryGroupReadinessSummaryRequest withRecoveryGroupName(String recoveryGroupName)
recoveryGroupName
- The name of the RecoveryGrouppublic String toString()
toString
in class Object
Object.toString()
public GetRecoveryGroupReadinessSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()