@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalySourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AnomalySourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
AnomalySourceDetails |
clone() |
boolean |
equals(Object obj) |
List<CloudWatchMetricsDetail> |
getCloudWatchMetrics() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics) |
String |
toString()
Returns a string representation of this object.
|
AnomalySourceDetails |
withCloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
NOTE: This method appends the values to the existing list (if any).
|
AnomalySourceDetails |
withCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics) |
public List<CloudWatchMetricsDetail> getCloudWatchMetrics()
public void setCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
cloudWatchMetrics - public AnomalySourceDetails withCloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchMetrics(java.util.Collection) or withCloudWatchMetrics(java.util.Collection) if
you want to override the existing values.
cloudWatchMetrics - public AnomalySourceDetails withCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
cloudWatchMetrics - public String toString()
toString in class ObjectObject.toString()public AnomalySourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.