@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoadBalancerMetricDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLoadBalancerMetricDataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLoadBalancerMetricDataResult |
clone() |
boolean |
equals(Object obj) |
List<MetricDatapoint> |
getMetricData()
An array of objects that describe the metric data returned.
|
String |
getMetricName()
The name of the metric returned.
|
int |
hashCode() |
void |
setMetricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
|
void |
setMetricName(String metricName)
The name of the metric returned.
|
String |
toString()
Returns a string representation of this object.
|
GetLoadBalancerMetricDataResult |
withMetricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
|
GetLoadBalancerMetricDataResult |
withMetricData(MetricDatapoint... metricData)
An array of objects that describe the metric data returned.
|
GetLoadBalancerMetricDataResult |
withMetricName(LoadBalancerMetricName metricName)
The name of the metric returned.
|
GetLoadBalancerMetricDataResult |
withMetricName(String metricName)
The name of the metric returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMetricName(String metricName)
The name of the metric returned.
metricName - The name of the metric returned.LoadBalancerMetricNamepublic String getMetricName()
The name of the metric returned.
LoadBalancerMetricNamepublic GetLoadBalancerMetricDataResult withMetricName(String metricName)
The name of the metric returned.
metricName - The name of the metric returned.LoadBalancerMetricNamepublic GetLoadBalancerMetricDataResult withMetricName(LoadBalancerMetricName metricName)
The name of the metric returned.
metricName - The name of the metric returned.LoadBalancerMetricNamepublic List<MetricDatapoint> getMetricData()
An array of objects that describe the metric data returned.
public void setMetricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
metricData - An array of objects that describe the metric data returned.public GetLoadBalancerMetricDataResult withMetricData(MetricDatapoint... metricData)
An array of objects that describe the metric data returned.
NOTE: This method appends the values to the existing list (if any). Use
setMetricData(java.util.Collection) or withMetricData(java.util.Collection) if you want to
override the existing values.
metricData - An array of objects that describe the metric data returned.public GetLoadBalancerMetricDataResult withMetricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
metricData - An array of objects that describe the metric data returned.public String toString()
toString in class ObjectObject.toString()public GetLoadBalancerMetricDataResult clone()