@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecoveryGroupReadinessSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRecoveryGroupReadinessSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRecoveryGroupReadinessSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that can be used to resume pagination from the end of the collection.
|
String |
getReadiness()
The readiness at RecoveryGroup level.
|
List<ReadinessCheckSummary> |
getReadinessChecks()
Summaries for the ReadinessChecks making up the RecoveryGroup
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
void |
setReadiness(String readiness)
The readiness at RecoveryGroup level.
|
void |
setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the ReadinessChecks making up the RecoveryGroup
|
String |
toString()
Returns a string representation of this object.
|
GetRecoveryGroupReadinessSummaryResult |
withNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
GetRecoveryGroupReadinessSummaryResult |
withReadiness(Readiness readiness)
The readiness at RecoveryGroup level.
|
GetRecoveryGroupReadinessSummaryResult |
withReadiness(String readiness)
The readiness at RecoveryGroup level.
|
GetRecoveryGroupReadinessSummaryResult |
withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the ReadinessChecks making up the RecoveryGroup
|
GetRecoveryGroupReadinessSummaryResult |
withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the ReadinessChecks making up the RecoveryGroup
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetRecoveryGroupReadinessSummaryResult()
public void setNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public String getNextToken()
public GetRecoveryGroupReadinessSummaryResult withNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public void setReadiness(String readiness)
readiness - The readiness at RecoveryGroup level.Readinesspublic String getReadiness()
Readinesspublic GetRecoveryGroupReadinessSummaryResult withReadiness(String readiness)
readiness - The readiness at RecoveryGroup level.Readinesspublic GetRecoveryGroupReadinessSummaryResult withReadiness(Readiness readiness)
readiness - The readiness at RecoveryGroup level.Readinesspublic List<ReadinessCheckSummary> getReadinessChecks()
public void setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
readinessChecks - Summaries for the ReadinessChecks making up the RecoveryGrouppublic GetRecoveryGroupReadinessSummaryResult withReadinessChecks(ReadinessCheckSummary... readinessChecks)
NOTE: This method appends the values to the existing list (if any). Use
setReadinessChecks(java.util.Collection) or withReadinessChecks(java.util.Collection) if you
want to override the existing values.
readinessChecks - Summaries for the ReadinessChecks making up the RecoveryGrouppublic GetRecoveryGroupReadinessSummaryResult withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
readinessChecks - Summaries for the ReadinessChecks making up the RecoveryGrouppublic String toString()
toString in class ObjectObject.toString()public GetRecoveryGroupReadinessSummaryResult clone()
Copyright © 2021. All rights reserved.