@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()
A token that can be used to resume pagination from the end of the collection.
|
List<ReadinessCheckOutput> |
getReadinessChecks()
A list of ReadinessCheck associated with the account
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
void |
setReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of ReadinessCheck associated with the account
|
String |
toString()
Returns a string representation of this object.
|
ListReadinessChecksResult |
withNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListReadinessChecksResult |
withReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
A list of ReadinessCheck associated with the account
|
ListReadinessChecksResult |
withReadinessChecks(ReadinessCheckOutput... readinessChecks)
A list of ReadinessCheck associated with the account
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListReadinessChecksResult withNextToken(String nextToken)
nextToken
- A token that can be used to resume pagination from the end of the collection.public List<ReadinessCheckOutput> getReadinessChecks()
public void setReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
readinessChecks
- A list of ReadinessCheck associated with the accountpublic ListReadinessChecksResult withReadinessChecks(ReadinessCheckOutput... 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
- A list of ReadinessCheck associated with the accountpublic ListReadinessChecksResult withReadinessChecks(Collection<ReadinessCheckOutput> readinessChecks)
readinessChecks
- A list of ReadinessCheck associated with the accountpublic String toString()
toString
in class Object
Object.toString()
public ListReadinessChecksResult clone()