@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationSnapshotsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationSnapshotsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or
null if there are no additional results. |
List<SnapshotDetails> |
getSnapshotSummaries()
A collection of objects containing information about the application snapshots.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or
null if there are no additional results. |
void |
setSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationSnapshotsResult |
withNextToken(String nextToken)
The token for the next set of results, or
null if there are no additional results. |
ListApplicationSnapshotsResult |
withSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResult |
withSnapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SnapshotDetails> getSnapshotSummaries()
A collection of objects containing information about the application snapshots.
public void setSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
snapshotSummaries
- A collection of objects containing information about the application snapshots.public ListApplicationSnapshotsResult withSnapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
NOTE: This method appends the values to the existing list (if any). Use
setSnapshotSummaries(java.util.Collection)
or withSnapshotSummaries(java.util.Collection)
if
you want to override the existing values.
snapshotSummaries
- A collection of objects containing information about the application snapshots.public ListApplicationSnapshotsResult withSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
snapshotSummaries
- A collection of objects containing information about the application snapshots.public void setNextToken(String nextToken)
The token for the next set of results, or null
if there are no additional results.
nextToken
- The token for the next set of results, or null
if there are no additional results.public String getNextToken()
The token for the next set of results, or null
if there are no additional results.
null
if there are no additional results.public ListApplicationSnapshotsResult withNextToken(String nextToken)
The token for the next set of results, or null
if there are no additional results.
nextToken
- The token for the next set of results, or null
if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListApplicationSnapshotsResult clone()