com.amazonaws.services.ec2.model
Class DescribeSnapshotsResult

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

public class DescribeSnapshotsResult
extends java.lang.Object

The result of describing EBS snapshots.


Constructor Summary
DescribeSnapshotsResult()
           
 
Method Summary
 java.util.List<Snapshot> getSnapshots()
          The list of described EBS snapshots.
 void setSnapshots(java.util.Collection<Snapshot> snapshots)
          The list of described EBS snapshots.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeSnapshotsResult withSnapshots(java.util.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 java.util.List<Snapshot> getSnapshots()
The list of described EBS snapshots.

Returns:
The list of described EBS snapshots.

setSnapshots

public void setSnapshots(java.util.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(java.util.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


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