@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEngineVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEngineVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEngineVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<EngineVersionsSummary> |
getEngineVersions()
Returns the engine versions.
|
String |
getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
int |
hashCode() |
void |
setEngineVersions(Collection<EngineVersionsSummary> engineVersions)
Returns the engine versions.
|
void |
setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
ListEngineVersionsResult |
withEngineVersions(Collection<EngineVersionsSummary> engineVersions)
Returns the engine versions.
|
ListEngineVersionsResult |
withEngineVersions(EngineVersionsSummary... engineVersions)
Returns the engine versions.
|
ListEngineVersionsResult |
withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EngineVersionsSummary> getEngineVersions()
Returns the engine versions.
public void setEngineVersions(Collection<EngineVersionsSummary> engineVersions)
Returns the engine versions.
engineVersions - Returns the engine versions.public ListEngineVersionsResult withEngineVersions(EngineVersionsSummary... engineVersions)
Returns the engine versions.
NOTE: This method appends the values to the existing list (if any). Use
setEngineVersions(java.util.Collection) or withEngineVersions(java.util.Collection) if you want
to override the existing values.
engineVersions - Returns the engine versions.public ListEngineVersionsResult withEngineVersions(Collection<EngineVersionsSummary> engineVersions)
Returns the engine versions.
engineVersions - Returns the engine versions.public void setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.public String getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
public ListEngineVersionsResult withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.public String toString()
toString in class ObjectObject.toString()public ListEngineVersionsResult clone()
Copyright © 2024. All rights reserved.