Class NetworkInterface
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NetworkInterface
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
@Generated("software.amazon.awssdk:codegen") public final class NetworkInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
The structure that contains information about a network interface.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkInterface.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringavailabilityZone()The availability zone that the network interface resides in.static NetworkInterface.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()An error message.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkInterfaceId()The network interface ID.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NetworkInterface.Builder>serializableBuilderClass()NetworkInterfaceStatusstatus()The status of the network interface.StringstatusAsString()The status of the network interface.StringsubnetId()The subnet ID associated with the network interface.NetworkInterface.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
subnetId
public final String subnetId()
The subnet ID associated with the network interface.
- Returns:
- The subnet ID associated with the network interface.
-
availabilityZone
public final String availabilityZone()
The availability zone that the network interface resides in.
- Returns:
- The availability zone that the network interface resides in.
-
errorMessage
public final String errorMessage()
An error message.
- Returns:
- An error message.
-
status
public final NetworkInterfaceStatus status()
The status of the network interface.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkInterfaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the network interface.
- See Also:
NetworkInterfaceStatus
-
statusAsString
public final String statusAsString()
The status of the network interface.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkInterfaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the network interface.
- See Also:
NetworkInterfaceStatus
-
networkInterfaceId
public final String networkInterfaceId()
The network interface ID.
- Returns:
- The network interface ID.
-
toBuilder
public NetworkInterface.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
-
builder
public static NetworkInterface.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkInterface.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-