public class AgentNetworkInfo extends Object implements Serializable, Cloneable
Network details about the host where the agent 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 resides.
|
String |
getMacAddress()
The MAC address for the host where the agent resides.
|
int |
hashCode() |
void |
setIpAddress(String ipAddress)
The IP address for the host where the agent resides.
|
void |
setMacAddress(String macAddress)
The MAC address for the host where the agent resides.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AgentNetworkInfo |
withIpAddress(String ipAddress)
The IP address for the host where the agent resides.
|
AgentNetworkInfo |
withMacAddress(String macAddress)
The MAC address for the host where the agent resides.
|
public void setIpAddress(String ipAddress)
The IP address for the host where the agent resides.
ipAddress
- The IP address for the host where the agent resides.public String getIpAddress()
The IP address for the host where the agent resides.
public AgentNetworkInfo withIpAddress(String ipAddress)
The IP address for the host where the agent resides.
ipAddress
- The IP address for the host where the agent resides.public void setMacAddress(String macAddress)
The MAC address for the host where the agent resides.
macAddress
- The MAC address for the host where the agent resides.public String getMacAddress()
The MAC address for the host where the agent resides.
public AgentNetworkInfo withMacAddress(String macAddress)
The MAC address for the host where the agent resides.
macAddress
- The MAC address for the host where the agent resides.public String toString()
toString
in class Object
Object.toString()
public AgentNetworkInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.