|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Storage
public class Storage
Describes the storage destination for a BundleTask when bundling a Windows instance.
| Constructor Summary | |
|---|---|
Storage()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
S3Storage |
getS3()
The details of S3 storage for bundling a Windows instance. |
int |
hashCode()
|
void |
setS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Storage |
withS3(S3Storage s3)
The details of S3 storage for bundling a Windows instance. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Storage()
| Method Detail |
|---|
public S3Storage getS3()
public void setS3(S3Storage s3)
s3 - The details of S3 storage for bundling a Windows instance.public Storage withS3(S3Storage s3)
Returns a reference to this object so that method calls can be chained together.
s3 - The details of S3 storage for bundling a Windows instance.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||