@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetModelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetModelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum results to return for the request.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getNextToken()
The next token for the request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum results to return for the request.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setNextToken(String nextToken)
The next token for the request.
|
String |
toString()
Returns a string representation of this object.
|
GetModelsRequest |
withMaxResults(Integer maxResults)
The maximum results to return for the request.
|
GetModelsRequest |
withModelId(String modelId)
The model ID.
|
GetModelsRequest |
withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelsRequest |
withModelType(String modelType)
The model type.
|
GetModelsRequest |
withNextToken(String nextToken)
The next token for the 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, withSdkRequestTimeoutpublic void setModelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic String getModelType()
The model type.
ModelTypeEnumpublic GetModelsRequest withModelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic GetModelsRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic void setModelId(String modelId)
The model ID.
modelId - The model ID.public String getModelId()
The model ID.
public GetModelsRequest withModelId(String modelId)
The model ID.
modelId - The model ID.public void setNextToken(String nextToken)
The next token for the request.
nextToken - The next token for the request.public String getNextToken()
The next token for the request.
public GetModelsRequest withNextToken(String nextToken)
The next token for the request.
nextToken - The next token for the request.public void setMaxResults(Integer maxResults)
The maximum results to return for the request.
maxResults - The maximum results to return for the request.public Integer getMaxResults()
The maximum results to return for the request.
public GetModelsRequest withMaxResults(Integer maxResults)
The maximum results to return for the request.
maxResults - The maximum results to return for the request.public String toString()
toString in class ObjectObject.toString()public GetModelsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.