public class ResetInstanceAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<ResetInstanceAttributeRequest>
ResetInstanceAttribute operation
.
Resets an attribute of an instance to its default value.
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttribute()
The name of the attribute being reset.
|
Request<ResetInstanceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public ResetInstanceAttributeRequest()
public ResetInstanceAttributeRequest(String instanceId, String attribute)
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
public ResetInstanceAttributeRequest(String instanceId, InstanceAttributeName attribute)
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
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The ID of the Amazon EC2 instance whose attribute is being reset.public ResetInstanceAttributeRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the Amazon EC2 instance whose attribute is being reset.public String getAttribute()
Available attribute names:
kernel
, ramdisk
Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized
Available attribute names:
kernel
, ramdisk
InstanceAttributeName
public void setAttribute(String attribute)
Available attribute names:
kernel
, ramdisk
Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized
attribute
- The name of the attribute being reset. Available attribute names:
kernel
, ramdisk
InstanceAttributeName
public ResetInstanceAttributeRequest withAttribute(String attribute)
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
attribute
- The name of the attribute being reset. Available attribute names:
kernel
, ramdisk
InstanceAttributeName
public void setAttribute(InstanceAttributeName attribute)
Available attribute names:
kernel
, ramdisk
Constraints:
Allowed Values: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized
attribute
- The name of the attribute being reset. Available attribute names:
kernel
, ramdisk
InstanceAttributeName
public ResetInstanceAttributeRequest withAttribute(InstanceAttributeName attribute)
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
attribute
- The name of the attribute being reset. Available attribute names:
kernel
, ramdisk
InstanceAttributeName
public Request<ResetInstanceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ResetInstanceAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.