Class MetricTransformation
java.lang.Object
com.amazonaws.services.logs.model.MetricTransformation
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setMetricName
(String metricName) void
setMetricNamespace
(String metricNamespace) void
setMetricValue
(String metricValue) toString()
Returns a string representation of this object; useful for testing and debugging.withMetricName
(String metricName) withMetricNamespace
(String metricNamespace) withMetricValue
(String metricValue)
-
Constructor Details
-
MetricTransformation
public MetricTransformation()
-
-
Method Details
-
setMetricName
- Parameters:
metricName
-
-
getMetricName
- Returns:
-
withMetricName
- Parameters:
metricName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMetricNamespace
- Parameters:
metricNamespace
-
-
getMetricNamespace
- Returns:
-
withMetricNamespace
- Parameters:
metricNamespace
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMetricValue
- Parameters:
metricValue
-
-
getMetricValue
- Returns:
-
withMetricValue
- Parameters:
metricValue
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-