@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMetricConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMetricConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMetricConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SummaryMetricConfiguration |
getSummaryMetric()
The value to be used to set summary metric configuration.
|
int |
hashCode() |
void |
setSummaryMetric(SummaryMetricConfiguration summaryMetric)
The value to be used to set summary metric configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMetricConfigurationRequest |
withSummaryMetric(SummaryMetricConfiguration summaryMetric)
The value to be used to set summary metric configuration.
|
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 setSummaryMetric(SummaryMetricConfiguration summaryMetric)
The value to be used to set summary metric configuration.
summaryMetric
- The value to be used to set summary metric configuration.public SummaryMetricConfiguration getSummaryMetric()
The value to be used to set summary metric configuration.
public UpdateMetricConfigurationRequest withSummaryMetric(SummaryMetricConfiguration summaryMetric)
The value to be used to set summary metric configuration.
summaryMetric
- The value to be used to set summary metric configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateMetricConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()