@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDetectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDetectorsRequest() |
Modifier and Type | Method and Description |
---|---|
GetDetectorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The detector ID.
|
Integer |
getMaxResults()
The maximum number of objects to return for the request.
|
String |
getNextToken()
The next token for the subsequent request.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
void |
setNextToken(String nextToken)
The next token for the subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
GetDetectorsRequest |
withDetectorId(String detectorId)
The detector ID.
|
GetDetectorsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetDetectorsRequest |
withNextToken(String nextToken)
The next token for the subsequent request.
|
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 setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public GetDetectorsRequest withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public String getNextToken()
The next token for the subsequent request.
public GetDetectorsRequest withNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public Integer getMaxResults()
The maximum number of objects to return for the request.
public GetDetectorsRequest withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public String toString()
toString
in class Object
Object.toString()
public GetDetectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()