@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReadinessChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReadinessChecksResult() |
Modifier and Type | Method and Description |
---|---|
ListReadinessChecksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
List<ReadinessCheckOutput> |
getReadinessChecks()
A list of readiness checks associated with the account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
|
String |
toString()
Returns a string representation of this object.
|
ListReadinessChecksResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListReadinessChecksResult |
withReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
|
ListReadinessChecksResult |
withReadinessChecks(ReadinessCheckOutput... readinessChecks)
A list of readiness checks associated with the account.
|
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 ListReadinessChecksResult 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 List<ReadinessCheckOutput> getReadinessChecks()
A list of readiness checks associated with the account.
public void setReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
readinessChecks
- A list of readiness checks associated with the account.public ListReadinessChecksResult withReadinessChecks(ReadinessCheckOutput... readinessChecks)
A list of readiness checks associated with the account.
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
- A list of readiness checks associated with the account.public ListReadinessChecksResult withReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of readiness checks associated with the account.
readinessChecks
- A list of readiness checks associated with the account.public String toString()
toString
in class Object
Object.toString()
public ListReadinessChecksResult clone()