Class NetworkInfo
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.NetworkInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkInfo.Builder,NetworkInfo>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinterfaceName()Information about the name of the interface of the server for which the assessment was run.StringipAddress()Information about the IP address of the server for which the assessment was run.StringmacAddress()Information about the MAC address of the server for which the assessment was run.StringnetMask()Information about the subnet mask of the server for which the assessment was run.List<SdkField<?>>sdkFields()static Class<? extends NetworkInfo.Builder>serializableBuilderClass()NetworkInfo.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
-
interfaceName
public final String interfaceName()
Information about the name of the interface of the server for which the assessment was run.
- Returns:
- Information about the name of the interface of the server for which the assessment was run.
-
ipAddress
public final String ipAddress()
Information about the IP address of the server for which the assessment was run.
- Returns:
- Information about the IP address of the server for which the assessment was run.
-
macAddress
public final String macAddress()
Information about the MAC address of the server for which the assessment was run.
- Returns:
- Information about the MAC address of the server for which the assessment was run.
-
netMask
public final String netMask()
Information about the subnet mask of the server for which the assessment was run.
- Returns:
- Information about the subnet mask of the server for which the assessment was run.
-
toBuilder
public NetworkInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkInfo.Builder,NetworkInfo>
-
builder
public static NetworkInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkInfo.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.
-
-