@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectorModelVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDetectorModelVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorModelName()
The name of the detector model whose versions are returned.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setDetectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListDetectorModelVersionsRequest |
withDetectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
|
ListDetectorModelVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectorModelVersionsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDetectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
detectorModelName - The name of the detector model whose versions are returned.public String getDetectorModelName()
The name of the detector model whose versions are returned.
public ListDetectorModelVersionsRequest withDetectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
detectorModelName - The name of the detector model whose versions are returned.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 ListDetectorModelVersionsRequest 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 ListDetectorModelVersionsRequest 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 ObjectObject.toString()public ListDetectorModelVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.