@Generated(value="software.amazon.awssdk:codegen") public final class DescribeImageAttributeResponse extends Ec2Response implements ToCopyableBuilder<DescribeImageAttributeResponse.Builder,DescribeImageAttributeResponse>
Describes an image attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeImageAttributeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<BlockDeviceMapping> |
blockDeviceMappings()
One or more block device mapping entries.
|
static DescribeImageAttributeResponse.Builder |
builder() |
AttributeValue |
description()
A description for the AMI.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The ID of the AMI.
|
AttributeValue |
kernelId()
The kernel ID.
|
List<LaunchPermission> |
launchPermissions()
One or more launch permissions.
|
List<ProductCode> |
productCodes()
One or more product codes.
|
AttributeValue |
ramdiskId()
The RAM disk ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeImageAttributeResponse.Builder> |
serializableBuilderClass() |
AttributeValue |
sriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
DescribeImageAttributeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<BlockDeviceMapping> blockDeviceMappings()
One or more block device mapping entries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String imageId()
The ID of the AMI.
public List<LaunchPermission> launchPermissions()
One or more launch permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ProductCode> productCodes()
One or more product codes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AttributeValue description()
A description for the AMI.
public AttributeValue kernelId()
The kernel ID.
public AttributeValue ramdiskId()
The RAM disk ID.
public AttributeValue sriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
public DescribeImageAttributeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeImageAttributeResponse.Builder,DescribeImageAttributeResponse>toBuilder in class AwsResponsepublic static DescribeImageAttributeResponse.Builder builder()
public static Class<? extends DescribeImageAttributeResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.