@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNetworkInterfaceAttributeResponse extends Ec2Response implements ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
Contains the output of DescribeNetworkInterfaceAttribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNetworkInterfaceAttributeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceAttachment |
attachment()
The attachment (if any) of the network interface.
|
static DescribeNetworkInterfaceAttributeResponse.Builder |
builder() |
AttributeValue |
description()
The description of the network interface.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<GroupIdentifier> |
groups()
The security groups associated with the network interface.
|
int |
hashCode() |
String |
networkInterfaceId()
The ID of the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> |
serializableBuilderClass() |
AttributeBooleanValue |
sourceDestCheck()
Indicates whether source/destination checking is enabled.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic NetworkInterfaceAttachment attachment()
The attachment (if any) of the network interface.
public AttributeValue description()
The description of the network interface.
public List<GroupIdentifier> groups()
The security groups associated with the network interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String networkInterfaceId()
The ID of the network interface.
public AttributeBooleanValue sourceDestCheck()
Indicates whether source/destination checking is enabled.
public DescribeNetworkInterfaceAttributeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>toBuilder in class AwsResponsepublic static DescribeNetworkInterfaceAttributeResponse.Builder builder()
public static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.