@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeInstanceAttributeRequest>
Contains the parameters for DescribeInstanceAttribute.
NOOP
Constructor and Description |
---|
DescribeInstanceAttributeRequest()
Default constructor for DescribeInstanceAttributeRequest object.
|
DescribeInstanceAttributeRequest(String instanceId,
InstanceAttributeName attribute)
Constructs a new DescribeInstanceAttributeRequest object.
|
DescribeInstanceAttributeRequest(String instanceId,
String attribute)
Constructs a new DescribeInstanceAttributeRequest object.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttribute()
The instance attribute.
|
Request<DescribeInstanceAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setAttribute(InstanceAttributeName attribute)
The instance attribute.
|
void |
setAttribute(String attribute)
The instance attribute.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeInstanceAttributeRequest |
withAttribute(InstanceAttributeName attribute)
The instance attribute.
|
DescribeInstanceAttributeRequest |
withAttribute(String attribute)
The instance attribute.
|
DescribeInstanceAttributeRequest |
withInstanceId(String instanceId)
The ID of the instance.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeInstanceAttributeRequest()
public DescribeInstanceAttributeRequest(String instanceId, String attribute)
instanceId
- The ID of the instance.attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
public DescribeInstanceAttributeRequest(String instanceId, InstanceAttributeName attribute)
instanceId
- The ID of the instance.attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
public void setAttribute(String attribute)
The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
InstanceAttributeName
public String getAttribute()
The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
Note: The enaSupport
attribute is not supported at this time.
InstanceAttributeName
public DescribeInstanceAttributeRequest withAttribute(String attribute)
The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
InstanceAttributeName
public void setAttribute(InstanceAttributeName attribute)
The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
InstanceAttributeName
public DescribeInstanceAttributeRequest withAttribute(InstanceAttributeName attribute)
The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
attribute
- The instance attribute.
Note: The enaSupport
attribute is not supported at this time.
InstanceAttributeName
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public DescribeInstanceAttributeRequest withInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public Request<DescribeInstanceAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeInstanceAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeInstanceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.