@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2InstanceNetworkInterfacesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2InstanceNetworkInterfacesDetails.Builder,AwsEc2InstanceNetworkInterfacesDetails>
Identifies a network interface for the Amazon EC2 instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2InstanceNetworkInterfacesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2InstanceNetworkInterfacesDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkInterfaceId()
The identifier of the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEc2InstanceNetworkInterfacesDetails.Builder> |
serializableBuilderClass() |
AwsEc2InstanceNetworkInterfacesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkInterfaceId()
The identifier of the network interface. The details are in a corresponding
AwsEc2NetworkInterfacesDetails object.
AwsEc2NetworkInterfacesDetails object.public AwsEc2InstanceNetworkInterfacesDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2InstanceNetworkInterfacesDetails.Builder,AwsEc2InstanceNetworkInterfacesDetails>public static AwsEc2InstanceNetworkInterfacesDetails.Builder builder()
public static Class<? extends AwsEc2InstanceNetworkInterfacesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.