@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String ipAddress()
The IP address for the host where the agent/connector resides.
public String macAddress()
The MAC address for the host where the agent/connector resides.
public AgentNetworkInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AgentNetworkInfo.Builder,AgentNetworkInfo>
public static AgentNetworkInfo.Builder builder()
public static Class<? extends AgentNetworkInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.