@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeModelVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeModelVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version number.
|
String |
getNextToken()
The next token from the previous results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersionNumber(String modelVersionNumber)
The model version number.
|
void |
setNextToken(String nextToken)
The next token from the previous results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeModelVersionsRequest |
withModelId(String modelId)
The model ID.
|
DescribeModelVersionsRequest |
withModelType(ModelTypeEnum modelType)
The model type.
|
DescribeModelVersionsRequest |
withModelType(String modelType)
The model type.
|
DescribeModelVersionsRequest |
withModelVersionNumber(String modelVersionNumber)
The model version number.
|
DescribeModelVersionsRequest |
withNextToken(String nextToken)
The next token from the previous 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 void setModelId(String modelId)
The model ID.
modelId
- The model ID.public String getModelId()
The model ID.
public DescribeModelVersionsRequest withModelId(String modelId)
The model ID.
modelId
- The model ID.public void setModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public String getModelVersionNumber()
The model version number.
public DescribeModelVersionsRequest withModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public void setModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public String getModelType()
The model type.
ModelTypeEnum
public DescribeModelVersionsRequest withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public DescribeModelVersionsRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public void setNextToken(String nextToken)
The next token from the previous results.
nextToken
- The next token from the previous results.public String getNextToken()
The next token from the previous results.
public DescribeModelVersionsRequest withNextToken(String nextToken)
The next token from the previous results.
nextToken
- The next token from the previous results.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public DescribeModelVersionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeModelVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()