@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSnapshotTierStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSnapshotTierStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotTierStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to include in another request to get the next page of items.
|
List<SnapshotTierStatus> |
getSnapshotTierStatuses()
Information about the snapshot's storage tier.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSnapshotTierStatusResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSnapshotTierStatusResult |
withSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
|
DescribeSnapshotTierStatusResult |
withSnapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)
Information about the snapshot's storage tier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SnapshotTierStatus> getSnapshotTierStatuses()
Information about the snapshot's storage tier.
public void setSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
snapshotTierStatuses
- Information about the snapshot's storage tier.public DescribeSnapshotTierStatusResult withSnapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)
Information about the snapshot's storage tier.
NOTE: This method appends the values to the existing list (if any). Use
setSnapshotTierStatuses(java.util.Collection)
or withSnapshotTierStatuses(java.util.Collection)
if you want to override the existing values.
snapshotTierStatuses
- Information about the snapshot's storage tier.public DescribeSnapshotTierStatusResult withSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
snapshotTierStatuses
- Information about the snapshot's storage tier.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 DescribeSnapshotTierStatusResult 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 DescribeSnapshotTierStatusResult clone()