@Generated(value="software.amazon.awssdk:codegen") public final class NetworkInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkInfo.Builder,NetworkInfo>
Information about the server's network for which the assessment was run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
interfaceName()
Information about the name of the interface of the server for which the assessment was run.
|
String |
ipAddress()
Information about the IP address of the server for which the assessment was run.
|
String |
macAddress()
Information about the MAC address of the server for which the assessment was run.
|
String |
netMask()
Information about the subnet mask of the server for which the assessment was run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkInfo.Builder> |
serializableBuilderClass() |
NetworkInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String interfaceName()
Information about the name of the interface of the server for which the assessment was run.
public final String ipAddress()
Information about the IP address of the server for which the assessment was run.
public final String macAddress()
Information about the MAC address of the server for which the assessment was run.
public final String netMask()
Information about the subnet mask of the server for which the assessment was run.
public NetworkInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkInfo.Builder,NetworkInfo>public static NetworkInfo.Builder builder()
public static Class<? extends NetworkInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.