@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExtensionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExtensionsResult |
clone() |
boolean |
equals(Object obj) |
List<ExtensionDetails> |
getExtensions()
The list of extensions.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
int |
hashCode() |
void |
setExtensions(Collection<ExtensionDetails> extensions)
The list of extensions.
|
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.
|
ListExtensionsResult |
withExtensions(Collection<ExtensionDetails> extensions)
The list of extensions.
|
ListExtensionsResult |
withExtensions(ExtensionDetails... extensions)
The list of extensions.
|
ListExtensionsResult |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExtensionDetails> getExtensions()
The list of extensions.
public void setExtensions(Collection<ExtensionDetails> extensions)
The list of extensions.
extensions - The list of extensions.public ListExtensionsResult withExtensions(ExtensionDetails... extensions)
The list of extensions.
NOTE: This method appends the values to the existing list (if any). Use
setExtensions(java.util.Collection) or withExtensions(java.util.Collection) if you want to
override the existing values.
extensions - The list of extensions.public ListExtensionsResult withExtensions(Collection<ExtensionDetails> extensions)
The list of extensions.
extensions - The list of extensions.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 ListExtensionsResult 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 ListExtensionsResult clone()
Copyright © 2022. All rights reserved.