@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFastSnapshotRestoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFastSnapshotRestoresResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFastSnapshotRestoresResult |
clone() |
boolean |
equals(Object obj) |
List<DescribeFastSnapshotRestoreSuccessItem> |
getFastSnapshotRestores()
Information about the state of fast snapshot restores.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFastSnapshotRestoresResult |
withFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResult |
withFastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DescribeFastSnapshotRestoreSuccessItem> getFastSnapshotRestores()
Information about the state of fast snapshot restores.
public void setFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
fastSnapshotRestores
- Information about the state of fast snapshot restores.public DescribeFastSnapshotRestoresResult withFastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
NOTE: This method appends the values to the existing list (if any). Use
setFastSnapshotRestores(java.util.Collection)
or withFastSnapshotRestores(java.util.Collection)
if you want to override the existing values.
fastSnapshotRestores
- Information about the state of fast snapshot restores.public DescribeFastSnapshotRestoresResult withFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
fastSnapshotRestores
- Information about the state of fast snapshot restores.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeFastSnapshotRestoresResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeFastSnapshotRestoresResult clone()
Copyright © 2020. All rights reserved.