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

Container for the parameters to the ResetInstanceAttribute operation.

Resets an attribute of an instance to its default value.

See Also:
AmazonEC2.resetInstanceAttribute(ResetInstanceAttributeRequest)

Constructor Summary
ResetInstanceAttributeRequest()
          Default constructor for a new ResetInstanceAttributeRequest object.
ResetInstanceAttributeRequest(String instanceId, InstanceAttributeName attribute)
          Constructs a new ResetInstanceAttributeRequest object.
ResetInstanceAttributeRequest(String instanceId, String attribute)
          Constructs a new ResetInstanceAttributeRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getAttribute()
          The name of the attribute being reset.
 String getInstanceId()
          The ID of the Amazon EC2 instance whose attribute is being reset.
 int hashCode()
           
 void setAttribute(InstanceAttributeName attribute)
          The name of the attribute 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()
          Returns a string representation of this object; useful for testing and debugging.
 ResetInstanceAttributeRequest withAttribute(InstanceAttributeName attribute)
          The name of the attribute being reset.
 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, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetInstanceAttributeRequest

public ResetInstanceAttributeRequest()
Default constructor for a new ResetInstanceAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


ResetInstanceAttributeRequest

public ResetInstanceAttributeRequest(String instanceId,
                                     String attribute)
Constructs a new ResetInstanceAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

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

Available attribute names: kernel, ramdisk


ResetInstanceAttributeRequest

public ResetInstanceAttributeRequest(String instanceId,
                                     InstanceAttributeName attribute)
Constructs a new ResetInstanceAttributeRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

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

Available attribute names: kernel, ramdisk

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

Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized

Returns:
The name of the attribute being reset.

Available attribute names: kernel, ramdisk

See Also:
InstanceAttributeName

setAttribute

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

Available attribute names: kernel, ramdisk

Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized

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

Available attribute names: kernel, ramdisk

See Also:
InstanceAttributeName

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.

Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized

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.
See Also:
InstanceAttributeName

setAttribute

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

Available attribute names: kernel, ramdisk

Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized

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

Available attribute names: kernel, ramdisk

See Also:
InstanceAttributeName

withAttribute

public ResetInstanceAttributeRequest withAttribute(InstanceAttributeName 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.

Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized

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.
See Also:
InstanceAttributeName

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.