@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentNetworkInfo extends Object implements Serializable, Cloneable
Network details about the host where the agent/Connector 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/Connector resides.
|
String |
getMacAddress()
The MAC address for the host where the agent/Connector resides.
|
int |
hashCode() |
void |
setIpAddress(String ipAddress)
The IP address for the host where the agent/Connector resides.
|
void |
setMacAddress(String macAddress)
The MAC address for the host where the agent/Connector 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/Connector resides.
|
AgentNetworkInfo |
withMacAddress(String macAddress)
The MAC address for the host where the agent/Connector resides.
|
public void setIpAddress(String ipAddress)
The IP address for the host where the agent/Connector resides.
ipAddress
- The IP address for the host where the agent/Connector resides.public String getIpAddress()
The IP address for the host where the agent/Connector resides.
public AgentNetworkInfo withIpAddress(String ipAddress)
The IP address for the host where the agent/Connector resides.
ipAddress
- The IP address for the host where the agent/Connector resides.public void setMacAddress(String macAddress)
The MAC address for the host where the agent/Connector resides.
macAddress
- The MAC address for the host where the agent/Connector resides.public String getMacAddress()
The MAC address for the host where the agent/Connector resides.
public AgentNetworkInfo withMacAddress(String macAddress)
The MAC address for the host where the agent/Connector resides.
macAddress
- The MAC address for the host where the agent/Connector resides.public String toString()
toString
in class Object
Object.toString()
public AgentNetworkInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.