@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 ObjectObject.toString()public MetricMonitor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.