@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProbeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteProbeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteProbeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMonitorName()
The name of the monitor to delete.
|
String |
getProbeId()
The ID of the probe to delete.
|
int |
hashCode() |
void |
setMonitorName(String monitorName)
The name of the monitor to delete.
|
void |
setProbeId(String probeId)
The ID of the probe to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProbeRequest |
withMonitorName(String monitorName)
The name of the monitor to delete.
|
DeleteProbeRequest |
withProbeId(String probeId)
The ID of the probe to delete.
|
addHandlerContext, copyBaseTo, 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 setMonitorName(String monitorName)
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
monitorName - The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.public String getMonitorName()
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
ListMonitors action.public DeleteProbeRequest withMonitorName(String monitorName)
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
monitorName - The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.public void setProbeId(String probeId)
The ID of the probe to delete. Run GetMonitor to get a lst of all probes and probe IDs associated
with the monitor.
probeId - The ID of the probe to delete. Run GetMonitor to get a lst of all probes and probe IDs
associated with the monitor.public String getProbeId()
The ID of the probe to delete. Run GetMonitor to get a lst of all probes and probe IDs associated
with the monitor.
GetMonitor to get a lst of all probes and probe IDs
associated with the monitor.public DeleteProbeRequest withProbeId(String probeId)
The ID of the probe to delete. Run GetMonitor to get a lst of all probes and probe IDs associated
with the monitor.
probeId - The ID of the probe to delete. Run GetMonitor to get a lst of all probes and probe IDs
associated with the monitor.public String toString()
toString in class ObjectObject.toString()public DeleteProbeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.