com.amazonaws.services.ec2.model
Class ResetInstanceAttributeRequest

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

public class ResetInstanceAttributeRequest
extends AmazonWebServiceRequest

A request to reset an attribute on an Amazon EC2 instance back to its default value. Only one attribute can be reset per request.


Constructor Summary
ResetInstanceAttributeRequest()
           
 
Method Summary
 String getAttribute()
          The name of the attribute being reset.
 String getInstanceId()
          The ID of the Amazon EC2 instance whose attribute is being reset.
 void setAttribute(String attribute)
          The name of the attribute being reset.
 void setInstanceId(String instanceId)
          The ID of the Amazon EC2 instance whose attribute is being reset.
 String toString()
           
 ResetInstanceAttributeRequest withAttribute(String attribute)
          The name of the attribute being reset.
 ResetInstanceAttributeRequest withInstanceId(String instanceId)
          The ID of the Amazon EC2 instance whose attribute is being reset.
 
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

ResetInstanceAttributeRequest

public ResetInstanceAttributeRequest()
Method Detail

getInstanceId

public String getInstanceId()
The ID of the Amazon EC2 instance whose attribute is being reset.

Returns:
The ID of the Amazon EC2 instance whose attribute is being reset.

setInstanceId

public void setInstanceId(String instanceId)
The ID of the Amazon EC2 instance whose attribute is being reset.

Parameters:
instanceId - The ID of the Amazon EC2 instance whose attribute is being reset.

withInstanceId

public ResetInstanceAttributeRequest withInstanceId(String instanceId)
The ID of the Amazon EC2 instance whose attribute is being reset.

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

Parameters:
instanceId - The ID of the Amazon EC2 instance whose attribute is being reset.
Returns:
A reference to this updated object so that method calls can be chained together.

getAttribute

public String getAttribute()
The name of the attribute being reset.

Available attribute names: kernel, ramdisk

Returns:
The name of the attribute being reset.

Available attribute names: kernel, ramdisk


setAttribute

public void setAttribute(String attribute)
The name of the attribute being reset.

Available attribute names: kernel, ramdisk

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: kernel, ramdisk


withAttribute

public ResetInstanceAttributeRequest withAttribute(String attribute)
The name of the attribute being reset.

Available attribute names: kernel, ramdisk

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

Parameters:
attribute - The name of the attribute being reset.

Available attribute names: kernel, ramdisk

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.