@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, withSdkRequestTimeout
public void setModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public String getModelType()
The model type.
ModelTypeEnum
public GetModelsRequest withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public GetModelsRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public 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 Object
Object.toString()
public GetModelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.