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