@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMonitoringScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMonitoringScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMonitoringScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMonitoringScheduleName()
The name of the monitoring schedule to delete.
|
int |
hashCode() |
void |
setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMonitoringScheduleRequest |
withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule 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, withSdkRequestTimeoutpublic void setMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule to delete.
monitoringScheduleName - The name of the monitoring schedule to delete.public String getMonitoringScheduleName()
The name of the monitoring schedule to delete.
public DeleteMonitoringScheduleRequest withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule to delete.
monitoringScheduleName - The name of the monitoring schedule to delete.public String toString()
toString in class ObjectObject.toString()public DeleteMonitoringScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()