@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensionVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExtensionVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExtensionVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ExtensionVersionDetails> |
getExtensionVersions()
The list of extension versions.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
int |
hashCode() |
void |
setExtensionVersions(Collection<ExtensionVersionDetails> extensionVersions)
The list of extension versions.
|
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExtensionVersionsResult |
withExtensionVersions(Collection<ExtensionVersionDetails> extensionVersions)
The list of extension versions.
|
ListExtensionVersionsResult |
withExtensionVersions(ExtensionVersionDetails... extensionVersions)
The list of extension versions.
|
ListExtensionVersionsResult |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExtensionVersionDetails> getExtensionVersions()
The list of extension versions.
public void setExtensionVersions(Collection<ExtensionVersionDetails> extensionVersions)
The list of extension versions.
extensionVersions - The list of extension versions.public ListExtensionVersionsResult withExtensionVersions(ExtensionVersionDetails... extensionVersions)
The list of extension versions.
NOTE: This method appends the values to the existing list (if any). Use
setExtensionVersions(java.util.Collection) or withExtensionVersions(java.util.Collection) if
you want to override the existing values.
extensionVersions - The list of extension versions.public ListExtensionVersionsResult withExtensionVersions(Collection<ExtensionVersionDetails> extensionVersions)
The list of extension versions.
extensionVersions - The list of extension versions.public void setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public String getNextToken()
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
Use this value when making the next call to this operation to continue where the last one finished.
public ListExtensionVersionsResult withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public String toString()
toString in class ObjectObject.toString()public ListExtensionVersionsResult clone()
Copyright © 2022. All rights reserved.