@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationRelatedCloudWatchMetricsSourceDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
RecommendationRelatedCloudWatchMetricsSourceDetail() |
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedCloudWatchMetricsSourceDetail |
clone() |
boolean |
equals(Object obj) |
String |
getMetricName() |
String |
getNamespace() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMetricName(String metricName) |
void |
setNamespace(String namespace) |
String |
toString()
Returns a string representation of this object.
|
RecommendationRelatedCloudWatchMetricsSourceDetail |
withMetricName(String metricName) |
RecommendationRelatedCloudWatchMetricsSourceDetail |
withNamespace(String namespace) |
public RecommendationRelatedCloudWatchMetricsSourceDetail()
public void setMetricName(String metricName)
metricName - public String getMetricName()
public RecommendationRelatedCloudWatchMetricsSourceDetail withMetricName(String metricName)
metricName - public void setNamespace(String namespace)
namespace - public String getNamespace()
public RecommendationRelatedCloudWatchMetricsSourceDetail withNamespace(String namespace)
namespace - public String toString()
toString in class ObjectObject.toString()public RecommendationRelatedCloudWatchMetricsSourceDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.