@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDetectorRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDetectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorModelName()
The name of the detector model whose detectors (instances) you want information about.
|
String |
getKeyValue()
A filter used to limit results to detectors (instances) created because of the given key ID.
|
int |
hashCode() |
void |
setDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) you want information about.
|
void |
setKeyValue(String keyValue)
A filter used to limit results to detectors (instances) created because of the given key ID.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDetectorRequest |
withDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) you want information about.
|
DescribeDetectorRequest |
withKeyValue(String keyValue)
A filter used to limit results to detectors (instances) created because of the given key ID.
|
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 setDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) you want information about.
detectorModelName
- The name of the detector model whose detectors (instances) you want information about.public String getDetectorModelName()
The name of the detector model whose detectors (instances) you want information about.
public DescribeDetectorRequest withDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) you want information about.
detectorModelName
- The name of the detector model whose detectors (instances) you want information about.public void setKeyValue(String keyValue)
A filter used to limit results to detectors (instances) created because of the given key ID.
keyValue
- A filter used to limit results to detectors (instances) created because of the given key ID.public String getKeyValue()
A filter used to limit results to detectors (instances) created because of the given key ID.
public DescribeDetectorRequest withKeyValue(String keyValue)
A filter used to limit results to detectors (instances) created because of the given key ID.
keyValue
- A filter used to limit results to detectors (instances) created because of the given key ID.public String toString()
toString
in class Object
Object.toString()
public DescribeDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()