@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCellReadinessSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCellReadinessSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetCellReadinessSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
String |
getReadiness()
The readiness at a cell level.
|
List<ReadinessCheckSummary> |
getReadinessChecks()
Summaries for the readiness checks that make up the cell.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setReadiness(String readiness)
The readiness at a cell level.
|
void |
setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
|
String |
toString()
Returns a string representation of this object.
|
GetCellReadinessSummaryResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetCellReadinessSummaryResult |
withReadiness(Readiness readiness)
The readiness at a cell level.
|
GetCellReadinessSummaryResult |
withReadiness(String readiness)
The readiness at a cell level.
|
GetCellReadinessSummaryResult |
withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
|
GetCellReadinessSummaryResult |
withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the readiness checks that make up the cell.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetCellReadinessSummaryResult 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 setReadiness(String readiness)
The readiness at a cell level.
readiness
- The readiness at a cell level.Readiness
public String getReadiness()
The readiness at a cell level.
Readiness
public GetCellReadinessSummaryResult withReadiness(String readiness)
The readiness at a cell level.
readiness
- The readiness at a cell level.Readiness
public GetCellReadinessSummaryResult withReadiness(Readiness readiness)
The readiness at a cell level.
readiness
- The readiness at a cell level.Readiness
public List<ReadinessCheckSummary> getReadinessChecks()
Summaries for the readiness checks that make up the cell.
public void setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
readinessChecks
- Summaries for the readiness checks that make up the cell.public GetCellReadinessSummaryResult withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries for the readiness checks that make up the cell.
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 readiness checks that make up the cell.public GetCellReadinessSummaryResult withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries for the readiness checks that make up the cell.
readinessChecks
- Summaries for the readiness checks that make up the cell.public String toString()
toString
in class Object
Object.toString()
public GetCellReadinessSummaryResult clone()