@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDetectorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDetectorsRequest |
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) are listed.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getStateName()
A filter that limits results to those detectors (instances) in the given state.
|
int |
hashCode() |
void |
setDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setStateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
|
String |
toString()
Returns a string representation of this object.
|
ListDetectorsRequest |
withDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
|
ListDetectorsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectorsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListDetectorsRequest |
withStateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
|
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) are listed.
detectorModelName
- The name of the detector model whose detectors (instances) are listed.public String getDetectorModelName()
The name of the detector model whose detectors (instances) are listed.
public ListDetectorsRequest withDetectorModelName(String detectorModelName)
The name of the detector model whose detectors (instances) are listed.
detectorModelName
- The name of the detector model whose detectors (instances) are listed.public void setStateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
stateName
- A filter that limits results to those detectors (instances) in the given state.public String getStateName()
A filter that limits results to those detectors (instances) in the given state.
public ListDetectorsRequest withStateName(String stateName)
A filter that limits results to those detectors (instances) in the given state.
stateName
- A filter that limits results to those detectors (instances) in the given state.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListDetectorsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListDetectorsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public String toString()
toString
in class Object
Object.toString()
public ListDetectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()