@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFleetMetricRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFleetMetricRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFleetMetricRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getExpectedVersion()
The expected version of the fleet metric to delete.
|
String |
getMetricName()
The name of the fleet metric to delete.
|
int |
hashCode() |
void |
setExpectedVersion(Long expectedVersion)
The expected version of the fleet metric to delete.
|
void |
setMetricName(String metricName)
The name of the fleet metric to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFleetMetricRequest |
withExpectedVersion(Long expectedVersion)
The expected version of the fleet metric to delete.
|
DeleteFleetMetricRequest |
withMetricName(String metricName)
The name of the fleet metric to delete.
|
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 delete.
metricName
- The name of the fleet metric to delete.public String getMetricName()
The name of the fleet metric to delete.
public DeleteFleetMetricRequest withMetricName(String metricName)
The name of the fleet metric to delete.
metricName
- The name of the fleet metric to delete.public void setExpectedVersion(Long expectedVersion)
The expected version of the fleet metric to delete.
expectedVersion
- The expected version of the fleet metric to delete.public Long getExpectedVersion()
The expected version of the fleet metric to delete.
public DeleteFleetMetricRequest withExpectedVersion(Long expectedVersion)
The expected version of the fleet metric to delete.
expectedVersion
- The expected version of the fleet metric to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteFleetMetricRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()