public class DescribeImageAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeImageAttributeRequest>
DescribeImageAttribute operation
.
Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.
Constructor and Description |
---|
DescribeImageAttributeRequest()
Default constructor for a new DescribeImageAttributeRequest object.
|
DescribeImageAttributeRequest(java.lang.String imageId,
ImageAttributeName attribute)
Constructs a new DescribeImageAttributeRequest object.
|
DescribeImageAttributeRequest(java.lang.String imageId,
java.lang.String attribute)
Constructs a new DescribeImageAttributeRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttribute()
The AMI attribute.
|
Request<DescribeImageAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getImageId()
The ID of the AMI.
|
int |
hashCode() |
void |
setAttribute(ImageAttributeName attribute)
The AMI attribute.
|
void |
setAttribute(java.lang.String attribute)
The AMI attribute.
|
void |
setImageId(java.lang.String imageId)
The ID of the AMI.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImageAttributeRequest |
withAttribute(ImageAttributeName attribute)
The AMI attribute.
|
DescribeImageAttributeRequest |
withAttribute(java.lang.String attribute)
The AMI attribute.
|
DescribeImageAttributeRequest |
withImageId(java.lang.String imageId)
The ID of the AMI.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeImageAttributeRequest()
public DescribeImageAttributeRequest(java.lang.String imageId, java.lang.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(java.lang.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 java.lang.String getImageId()
public void setImageId(java.lang.String imageId)
imageId
- The ID of the AMI.public DescribeImageAttributeRequest withImageId(java.lang.String imageId)
Returns a reference to this object so that method calls can be chained together.
imageId
- The ID of the AMI.public java.lang.String getAttribute()
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.
Constraints:
Allowed Values: description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
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(java.lang.String 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.
Constraints:
Allowed Values: description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
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(java.lang.String 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
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)
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.
Constraints:
Allowed Values: description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
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)
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.