@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnomalyDetectionExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAnomalyDetectionExecutionsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyDetectionExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<ExecutionStatus> |
getExecutionList()
A list of detection jobs.
|
String |
getNextToken()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setExecutionList(Collection<ExecutionStatus> executionList)
A list of detection jobs.
|
void |
setNextToken(String nextToken)
The pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnomalyDetectionExecutionsResult |
withExecutionList(Collection<ExecutionStatus> executionList)
A list of detection jobs.
|
DescribeAnomalyDetectionExecutionsResult |
withExecutionList(ExecutionStatus... executionList)
A list of detection jobs.
|
DescribeAnomalyDetectionExecutionsResult |
withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeAnomalyDetectionExecutionsResult()
public List<ExecutionStatus> getExecutionList()
A list of detection jobs.
public void setExecutionList(Collection<ExecutionStatus> executionList)
A list of detection jobs.
executionList - A list of detection jobs.public DescribeAnomalyDetectionExecutionsResult withExecutionList(ExecutionStatus... executionList)
A list of detection jobs.
NOTE: This method appends the values to the existing list (if any). Use
setExecutionList(java.util.Collection) or withExecutionList(java.util.Collection) if you want
to override the existing values.
executionList - A list of detection jobs.public DescribeAnomalyDetectionExecutionsResult withExecutionList(Collection<ExecutionStatus> executionList)
A list of detection jobs.
executionList - A list of detection jobs.public void setNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.public String getNextToken()
The pagination token that's included if more results are available.
public DescribeAnomalyDetectionExecutionsResult withNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.public String toString()
toString in class ObjectObject.toString()public DescribeAnomalyDetectionExecutionsResult clone()