@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetMetricRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFleetMetricRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetMetricRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMetricName()
The name of the fleet metric to describe.
|
int |
hashCode() |
void |
setMetricName(String metricName)
The name of the fleet metric to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetMetricRequest |
withMetricName(String metricName)
The name of the fleet metric to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMetricName(String metricName)
The name of the fleet metric to describe.
metricName
- The name of the fleet metric to describe.public String getMetricName()
The name of the fleet metric to describe.
public DescribeFleetMetricRequest withMetricName(String metricName)
The name of the fleet metric to describe.
metricName
- The name of the fleet metric to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetMetricRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()