@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProbeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetProbeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetProbeRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getMonitorName()
 The name of the monitor associated with the probe. | 
| String | getProbeId()
 The ID of the probe to get information about. | 
| int | hashCode() | 
| void | setMonitorName(String monitorName)
 The name of the monitor associated with the probe. | 
| void | setProbeId(String probeId)
 The ID of the probe to get information about. | 
| String | toString()Returns a string representation of this object. | 
| GetProbeRequest | withMonitorName(String monitorName)
 The name of the monitor associated with the probe. | 
| GetProbeRequest | withProbeId(String probeId)
 The ID of the probe to get information about. | 
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 setMonitorName(String monitorName)
 The name of the monitor associated with the probe. Run ListMonitors to get a list of monitor names.
 
monitorName - The name of the monitor associated with the probe. Run ListMonitors to get a list of monitor
        names.public String getMonitorName()
 The name of the monitor associated with the probe. Run ListMonitors to get a list of monitor names.
 
ListMonitors to get a list of monitor
         names.public GetProbeRequest withMonitorName(String monitorName)
 The name of the monitor associated with the probe. Run ListMonitors to get a list of monitor names.
 
monitorName - The name of the monitor associated with the probe. Run ListMonitors to get a list of monitor
        names.public void setProbeId(String probeId)
 The ID of the probe to get information about. Run GetMonitor action to get a list of probes and
 probe IDs for the monitor.
 
probeId - The ID of the probe to get information about. Run GetMonitor action to get a list of probes
        and probe IDs for the monitor.public String getProbeId()
 The ID of the probe to get information about. Run GetMonitor action to get a list of probes and
 probe IDs for the monitor.
 
GetMonitor action to get a list of probes
         and probe IDs for the monitor.public GetProbeRequest withProbeId(String probeId)
 The ID of the probe to get information about. Run GetMonitor action to get a list of probes and
 probe IDs for the monitor.
 
probeId - The ID of the probe to get information about. Run GetMonitor action to get a list of probes
        and probe IDs for the monitor.public String toString()
toString in class ObjectObject.toString()public GetProbeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()