com.amazonaws.services.ec2.model
Class DescribeImageAttributeRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeImageAttributeRequest

public class DescribeImageAttributeRequest
extends AmazonWebServiceRequest

A request to describe an Amazon Machine Image (AMI) attribute. Only one attribute may be described per request.


Constructor Summary
DescribeImageAttributeRequest()
           
 
Method Summary
 String getAttribute()
          The name of the attribute to describe.
 String getImageId()
          The ID of the AMI whose attribute is to be described.
 void setAttribute(String attribute)
          The name of the attribute to describe.
 void setImageId(String imageId)
          The ID of the AMI whose attribute is to be described.
 String toString()
           
 DescribeImageAttributeRequest withAttribute(String attribute)
          The name of the attribute to describe.
 DescribeImageAttributeRequest withImageId(String imageId)
          The ID of the AMI whose attribute is to be described.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeImageAttributeRequest

public DescribeImageAttributeRequest()
Method Detail

getImageId

public String getImageId()
The ID of the AMI whose attribute is to be described.

Returns:
The ID of the AMI whose attribute is to be described.

setImageId

public void setImageId(String imageId)
The ID of the AMI whose attribute is to be described.

Parameters:
imageId - The ID of the AMI whose attribute is to be described.

withImageId

public DescribeImageAttributeRequest withImageId(String imageId)
The ID of the AMI whose attribute is to be described.

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

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

getAttribute

public String getAttribute()
The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping

Returns:
The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping


setAttribute

public void setAttribute(String attribute)
The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping

Parameters:
attribute - The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping


withAttribute

public DescribeImageAttributeRequest withAttribute(String attribute)
The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping

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

Parameters:
attribute - The name of the attribute to describe.

Available attribute names: productCodes, kernel, ramdisk, launchPermisson, blockDeviceMapping

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.