ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeNetworkInterfaceAttributeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
Contains the output of DescribeNetworkInterfaceAttribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeNetworkInterfaceAttributeResponse.Builder |
Modifier and Type | Method | 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) |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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.
public String networkInterfaceId()
The ID of the network interface.
public Boolean sourceDestCheck()
Indicates whether source/destination checking is enabled.
public DescribeNetworkInterfaceAttributeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
public static DescribeNetworkInterfaceAttributeResponse.Builder builder()
public static Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.