@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEngineVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEngineVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEngineVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEngineType()
The type of target platform.
|
Integer |
getMaxResults()
The maximum number of objects to return.
|
String |
getNextToken()
A pagination token returned from a previous call to this operation.
|
int |
hashCode() |
void |
setEngineType(String engineType)
The type of target platform.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return.
|
void |
setNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListEngineVersionsRequest |
withEngineType(EngineType engineType)
The type of target platform.
|
ListEngineVersionsRequest |
withEngineType(String engineType)
The type of target platform.
|
ListEngineVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return.
|
ListEngineVersionsRequest |
withNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
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 setEngineType(String engineType)
The type of target platform.
engineType - The type of target platform.EngineTypepublic String getEngineType()
The type of target platform.
EngineTypepublic ListEngineVersionsRequest withEngineType(String engineType)
The type of target platform.
engineType - The type of target platform.EngineTypepublic ListEngineVersionsRequest withEngineType(EngineType engineType)
The type of target platform.
engineType - The type of target platform.EngineTypepublic void setMaxResults(Integer maxResults)
The maximum number of objects to return.
maxResults - The maximum number of objects to return.public Integer getMaxResults()
The maximum number of objects to return.
public ListEngineVersionsRequest withMaxResults(Integer maxResults)
The maximum number of objects to return.
maxResults - The maximum number of objects to return.public void setNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String getNextToken()
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
public ListEngineVersionsRequest withNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String toString()
toString in class ObjectObject.toString()public ListEngineVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.