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
 String getImageId()
          The ID of the new AMI.
 void setImageId(String imageId)
          The ID of the new AMI.
 String toString()
           
 CreateImageResult withImageId(String imageId)
          The ID of the new AMI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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()
Overrides:
toString in class Object


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