@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) |
boolean |
equalsBySdkFields(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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 AwsResponse
public static DescribeNetworkInterfaceAttributeResponse.Builder builder()
public static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.