com.amazonaws.services.ec2.model
Class DescribeSnapshotsResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeSnapshotsResult

public class DescribeSnapshotsResult
extends Object

The result of describing EBS snapshots.


Constructor Summary
DescribeSnapshotsResult()
           
 
Method Summary
 List<Snapshot> getSnapshots()
          The list of described EBS snapshots.
 void setSnapshots(Collection<Snapshot> snapshots)
          The list of described EBS snapshots.
 String toString()
           
 DescribeSnapshotsResult withSnapshots(Collection<Snapshot> snapshots)
          The list of described EBS snapshots.
 DescribeSnapshotsResult withSnapshots(Snapshot... snapshots)
          The list of described EBS snapshots.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeSnapshotsResult

public DescribeSnapshotsResult()
Method Detail

getSnapshots

public List<Snapshot> getSnapshots()
The list of described EBS snapshots.

Returns:
The list of described EBS snapshots.

setSnapshots

public void setSnapshots(Collection<Snapshot> snapshots)
The list of described EBS snapshots.

Parameters:
snapshots - The list of described EBS snapshots.

withSnapshots

public DescribeSnapshotsResult withSnapshots(Snapshot... snapshots)
The list of described EBS snapshots.

Returns a reference to this object so that method calls can be chained together.

Parameters:
snapshots - The list of described EBS snapshots.
Returns:
A reference to this updated object so that method calls can be chained together.

withSnapshots

public DescribeSnapshotsResult withSnapshots(Collection<Snapshot> snapshots)
The list of described EBS snapshots.

Returns a reference to this object so that method calls can be chained together.

Parameters:
snapshots - The list of described EBS snapshots.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.