@Generated(value="software.amazon.awssdk:codegen") public class DescribeNetworkInterfaceAttributeResponse extends EC2Response implements software.amazon.awssdk.utils.builder.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() |
String |
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.
|
static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> |
serializableBuilderClass() |
Boolean |
sourceDestCheck()
Indicates whether source/destination checking is enabled.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
toBuilder() |
String |
toString() |
public NetworkInterfaceAttachment attachment()
The attachment (if any) of the network interface.
public String 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 Boolean sourceDestCheck()
Indicates whether source/destination checking is enabled.
public DescribeNetworkInterfaceAttributeResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>toBuilder in class AwsResponsepublic static DescribeNetworkInterfaceAttributeResponse.Builder builder()
public static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.