@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentNetworkInfo extends Object implements Serializable, Cloneable, StructuredPojo
Network details about the host where the agent/collector resides.
| Constructor and Description |
|---|
AgentNetworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
AgentNetworkInfo |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddress()
The IP address for the host where the agent/collector resides.
|
String |
getMacAddress()
The MAC address for the host where the agent/collector resides.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIpAddress(String ipAddress)
The IP address for the host where the agent/collector resides.
|
void |
setMacAddress(String macAddress)
The MAC address for the host where the agent/collector resides.
|
String |
toString()
Returns a string representation of this object.
|
AgentNetworkInfo |
withIpAddress(String ipAddress)
The IP address for the host where the agent/collector resides.
|
AgentNetworkInfo |
withMacAddress(String macAddress)
The MAC address for the host where the agent/collector resides.
|
public void setIpAddress(String ipAddress)
The IP address for the host where the agent/collector resides.
ipAddress - The IP address for the host where the agent/collector resides.public String getIpAddress()
The IP address for the host where the agent/collector resides.
public AgentNetworkInfo withIpAddress(String ipAddress)
The IP address for the host where the agent/collector resides.
ipAddress - The IP address for the host where the agent/collector resides.public void setMacAddress(String macAddress)
The MAC address for the host where the agent/collector resides.
macAddress - The MAC address for the host where the agent/collector resides.public String getMacAddress()
The MAC address for the host where the agent/collector resides.
public AgentNetworkInfo withMacAddress(String macAddress)
The MAC address for the host where the agent/collector resides.
macAddress - The MAC address for the host where the agent/collector resides.public String toString()
toString in class ObjectObject.toString()public AgentNetworkInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.