@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 include in another request to get the next page of items.
|
int |
hashCode() |
void |
setFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeFastSnapshotRestoresResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeFastSnapshotRestoresResult clone()