@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDetectorModelAnalysisResultsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDetectorModelAnalysisResultsRequest() |
Modifier and Type | Method and Description |
---|---|
GetDetectorModelAnalysisResultsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis result that you want to retrieve.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token that you can use to return the next set of results.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token that you can use to return the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetDetectorModelAnalysisResultsRequest |
withAnalysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
|
GetDetectorModelAnalysisResultsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
GetDetectorModelAnalysisResultsRequest |
withNextToken(String nextToken)
The token that you can use to return the next set of results.
|
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 GetDetectorModelAnalysisResultsRequest()
public void setAnalysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
analysisId
- The ID of the analysis result that you want to retrieve.public String getAnalysisId()
The ID of the analysis result that you want to retrieve.
public GetDetectorModelAnalysisResultsRequest withAnalysisId(String analysisId)
The ID of the analysis result that you want to retrieve.
analysisId
- The ID of the analysis result that you want to retrieve.public void setNextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken
- The token that you can use to return the next set of results.public String getNextToken()
The token that you can use to return the next set of results.
public GetDetectorModelAnalysisResultsRequest withNextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken
- The token that you can use to return the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public GetDetectorModelAnalysisResultsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public String toString()
toString
in class Object
Object.toString()
public GetDetectorModelAnalysisResultsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()