@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricMonitor extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines a metric to be used to monitor performance of the variations during a launch.
Constructor and Description |
---|
MetricMonitor() |
Modifier and Type | Method and Description |
---|---|
MetricMonitor |
clone() |
boolean |
equals(Object obj) |
MetricDefinition |
getMetricDefinition()
A structure that defines the metric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMetricDefinition(MetricDefinition metricDefinition)
A structure that defines the metric.
|
String |
toString()
Returns a string representation of this object.
|
MetricMonitor |
withMetricDefinition(MetricDefinition metricDefinition)
A structure that defines the metric.
|
public void setMetricDefinition(MetricDefinition metricDefinition)
A structure that defines the metric.
metricDefinition
- A structure that defines the metric.public MetricDefinition getMetricDefinition()
A structure that defines the metric.
public MetricMonitor withMetricDefinition(MetricDefinition metricDefinition)
A structure that defines the metric.
metricDefinition
- A structure that defines the metric.public String toString()
toString
in class Object
Object.toString()
public MetricMonitor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.