com.amazonaws.services.ec2.model
Class CreateImageResult

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

public class CreateImageResult
extends Object

The result of creating a new EC2 image. Contains the ID of the new image.


Constructor Summary
CreateImageResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getImageId()
          The ID of the new AMI.
 int hashCode()
           
 void setImageId(String imageId)
          The ID of the new AMI.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateImageResult withImageId(String imageId)
          The ID of the new AMI.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateImageResult

public CreateImageResult()
Method Detail

getImageId

public String getImageId()
The ID of the new AMI.

Returns:
The ID of the new AMI.

setImageId

public void setImageId(String imageId)
The ID of the new AMI.

Parameters:
imageId - The ID of the new AMI.

withImageId

public CreateImageResult withImageId(String imageId)
The ID of the new AMI.

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

Parameters:
imageId - The ID of the new AMI.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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