@Generated(value="software.amazon.awssdk:codegen") public final class AgentNetworkInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentNetworkInfo.Builder,AgentNetworkInfo>
Network details about the host where the agent/connector resides.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentNetworkInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AgentNetworkInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddress()
The IP address for the host where the agent/connector resides.
|
String |
macAddress()
The MAC address for the host where the agent/connector resides.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentNetworkInfo.Builder> |
serializableBuilderClass() |
AgentNetworkInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ipAddress()
The IP address for the host where the agent/connector resides.
public final String macAddress()
The MAC address for the host where the agent/connector resides.
public AgentNetworkInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentNetworkInfo.Builder,AgentNetworkInfo>public static AgentNetworkInfo.Builder builder()
public static Class<? extends AgentNetworkInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.