@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExportsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
clone() |
boolean |
equals(Object obj) |
List<Export> |
getExports()
The output for the ListExports action.
|
String |
getNextToken()
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
|
int |
hashCode() |
void |
setExports(Collection<Export> exports)
The output for the ListExports action.
|
void |
setNextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
|
String |
toString()
Returns a string representation of this object.
|
ListExportsResult |
withExports(Collection<Export> exports)
The output for the ListExports action.
|
ListExportsResult |
withExports(Export... exports)
The output for the ListExports action.
|
ListExportsResult |
withNextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Export> getExports()
The output for the ListExports action.
public void setExports(Collection<Export> exports)
The output for the ListExports action.
exports - The output for the ListExports action.public ListExportsResult withExports(Export... exports)
The output for the ListExports action.
NOTE: This method appends the values to the existing list (if any). Use
setExports(java.util.Collection) or withExports(java.util.Collection) if you want to override
the existing values.
exports - The output for the ListExports action.public ListExportsResult withExports(Collection<Export> exports)
The output for the ListExports action.
exports - The output for the ListExports action.public void setNextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken - If the output exceeds 100 exported output values, a string that identifies the next page of exports. If
there is no additional page, this value is null.public String getNextToken()
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
public ListExportsResult withNextToken(String nextToken)
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken - If the output exceeds 100 exported output values, a string that identifies the next page of exports. If
there is no additional page, this value is null.public String toString()
toString in class ObjectObject.toString()public ListExportsResult clone()
Copyright © 2023. All rights reserved.