@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricMonitorConfig 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 |
---|
MetricMonitorConfig() |
Modifier and Type | Method and Description |
---|---|
MetricMonitorConfig |
clone() |
boolean |
equals(Object obj) |
MetricDefinitionConfig |
getMetricDefinition()
A structure that defines the metric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
|
String |
toString()
Returns a string representation of this object.
|
MetricMonitorConfig |
withMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
|
public void setMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
metricDefinition
- A structure that defines the metric.public MetricDefinitionConfig getMetricDefinition()
A structure that defines the metric.
public MetricMonitorConfig withMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
metricDefinition
- A structure that defines the metric.public String toString()
toString
in class Object
Object.toString()
public MetricMonitorConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.