@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 |
getDetectorId()
The detector ID.
|
Integer |
getMaxResults()
The maximum number of results to return for the request.
|
String |
getNextToken()
The next token from the previous response.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for the request.
|
void |
setNextToken(String nextToken)
The next token from the previous response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDetectorRequest |
withDetectorId(String detectorId)
The detector ID.
|
DescribeDetectorRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for the request.
|
DescribeDetectorRequest |
withNextToken(String nextToken)
The next token from the previous response.
|
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 DescribeDetectorRequest withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setNextToken(String nextToken)
The next token from the previous response.
nextToken
- The next token from the previous response.public String getNextToken()
The next token from the previous response.
public DescribeDetectorRequest withNextToken(String nextToken)
The next token from the previous response.
nextToken
- The next token from the previous response.public void setMaxResults(Integer maxResults)
The maximum number of results to return for the request.
maxResults
- The maximum number of results to return for the request.public Integer getMaxResults()
The maximum number of results to return for the request.
public DescribeDetectorRequest withMaxResults(Integer maxResults)
The maximum number of results to return for the request.
maxResults
- The maximum number of results to return for the request.public String toString()
toString
in class Object
Object.toString()
public DescribeDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()