@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExternalModelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExternalModelsRequest() |
Modifier and Type | Method and Description |
---|---|
GetExternalModelsRequest |
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 objects to return for the request.
|
String |
getModelEndpoint()
The Amazon SageMaker model endpoint.
|
String |
getNextToken()
The next page token for the request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
void |
setModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoint.
|
void |
setNextToken(String nextToken)
The next page token for the request.
|
String |
toString()
Returns a string representation of this object.
|
GetExternalModelsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetExternalModelsRequest |
withModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoint.
|
GetExternalModelsRequest |
withNextToken(String nextToken)
The next page 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 setModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoint.
modelEndpoint
- The Amazon SageMaker model endpoint.public String getModelEndpoint()
The Amazon SageMaker model endpoint.
public GetExternalModelsRequest withModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoint.
modelEndpoint
- The Amazon SageMaker model endpoint.public void setNextToken(String nextToken)
The next page token for the request.
nextToken
- The next page token for the request.public String getNextToken()
The next page token for the request.
public GetExternalModelsRequest withNextToken(String nextToken)
The next page token for the request.
nextToken
- The next page token for the request.public void setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public Integer getMaxResults()
The maximum number of objects to return for the request.
public GetExternalModelsRequest withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public String toString()
toString
in class Object
Object.toString()
public GetExternalModelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()