@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListChecksResult() |
Modifier and Type | Method and Description |
---|---|
ListChecksResult |
clone() |
boolean |
equals(Object obj) |
List<CheckSummary> |
getCheckSummaries()
The list of Checks
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListChecksResult |
withCheckSummaries(CheckSummary... checkSummaries)
The list of Checks
|
ListChecksResult |
withCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
|
ListChecksResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CheckSummary> getCheckSummaries()
The list of Checks
public void setCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
checkSummaries
- The list of Checkspublic ListChecksResult withCheckSummaries(CheckSummary... checkSummaries)
The list of Checks
NOTE: This method appends the values to the existing list (if any). Use
setCheckSummaries(java.util.Collection)
or withCheckSummaries(java.util.Collection)
if you want
to override the existing values.
checkSummaries
- The list of Checkspublic ListChecksResult withCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
checkSummaries
- The list of Checkspublic void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListChecksResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListChecksResult clone()