public class DescribeImageAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeImageAttributeRequest>
NOOP
Constructor and Description |
---|
DescribeImageAttributeRequest()
Default constructor for DescribeImageAttributeRequest object.
|
DescribeImageAttributeRequest(String imageId,
ImageAttributeName attribute)
Constructs a new DescribeImageAttributeRequest object.
|
DescribeImageAttributeRequest(String imageId,
String attribute)
Constructs a new DescribeImageAttributeRequest object.
|
Modifier and Type | Method and Description |
---|---|
DescribeImageAttributeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The AMI attribute.
|
Request<DescribeImageAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getImageId()
The ID of the AMI.
|
int |
hashCode() |
void |
setAttribute(ImageAttributeName attribute)
The AMI attribute.
|
void |
setAttribute(String attribute)
The AMI attribute.
|
void |
setImageId(String imageId)
The ID of the AMI.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImageAttributeRequest |
withAttribute(ImageAttributeName attribute)
The AMI attribute.
|
DescribeImageAttributeRequest |
withAttribute(String attribute)
The AMI attribute.
|
DescribeImageAttributeRequest |
withImageId(String imageId)
The ID of the AMI.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeImageAttributeRequest()
public DescribeImageAttributeRequest(String imageId, String attribute)
imageId
- The ID of the AMI.attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
public DescribeImageAttributeRequest(String imageId, ImageAttributeName attribute)
imageId
- The ID of the AMI.attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
public void setImageId(String imageId)
The ID of the AMI.
imageId
- The ID of the AMI.public String getImageId()
The ID of the AMI.
public DescribeImageAttributeRequest withImageId(String imageId)
The ID of the AMI.
imageId
- The ID of the AMI.public void setAttribute(String attribute)
The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device mapping
for the AMI.
attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
ImageAttributeName
public String getAttribute()
The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device mapping
for the AMI.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
ImageAttributeName
public DescribeImageAttributeRequest withAttribute(String attribute)
The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device mapping
for the AMI.
attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
ImageAttributeName
public void setAttribute(ImageAttributeName attribute)
The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device mapping
for the AMI.
attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
ImageAttributeName
public DescribeImageAttributeRequest withAttribute(ImageAttributeName attribute)
The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device mapping
for the AMI.
attribute
- The AMI attribute.
Note: Depending on your account privileges, the
blockDeviceMapping
attribute may return a
Client.AuthFailure
error. If this happens, use
DescribeImages to get information about the block device
mapping for the AMI.
ImageAttributeName
public Request<DescribeImageAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeImageAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeImageAttributeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.