@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnomalyDetectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAnomalyDetectorsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAnomalyDetectorsResult |
clone() |
boolean |
equals(Object obj) |
List<AnomalyDetector> |
getAnomalyDetectors()
The list of anomaly detection models returned by the operation.
|
String |
getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
|
int |
hashCode() |
void |
setAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
void |
setNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnomalyDetectorsResult |
withAnomalyDetectors(AnomalyDetector... anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
DescribeAnomalyDetectorsResult |
withAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
|
DescribeAnomalyDetectorsResult |
withNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnomalyDetector> getAnomalyDetectors()
The list of anomaly detection models returned by the operation.
public void setAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
anomalyDetectors
- The list of anomaly detection models returned by the operation.public DescribeAnomalyDetectorsResult withAnomalyDetectors(AnomalyDetector... anomalyDetectors)
The list of anomaly detection models returned by the operation.
NOTE: This method appends the values to the existing list (if any). Use
setAnomalyDetectors(java.util.Collection)
or withAnomalyDetectors(java.util.Collection)
if you
want to override the existing values.
anomalyDetectors
- The list of anomaly detection models returned by the operation.public DescribeAnomalyDetectorsResult withAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
The list of anomaly detection models returned by the operation.
anomalyDetectors
- The list of anomaly detection models returned by the operation.public void setNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken
- A token that you can use in a subsequent operation to retrieve the next set of results.public String getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
public DescribeAnomalyDetectorsResult withNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken
- A token that you can use in a subsequent operation to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeAnomalyDetectorsResult clone()