Class AgentNetworkInfo
java.lang.Object
com.amazonaws.services.applicationdiscovery.model.AgentNetworkInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Network details about the host where the agent resides.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The IP address for the host where the agent resides.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.toString()
Returns a string representation of this object; useful for testing and debugging.withIpAddress
(String ipAddress) The IP address for the host where the agent resides.withMacAddress
(String macAddress) The MAC address for the host where the agent resides.
-
Constructor Details
-
AgentNetworkInfo
public AgentNetworkInfo()
-
-
Method Details
-
setIpAddress
The IP address for the host where the agent resides.
- Parameters:
ipAddress
- The IP address for the host where the agent resides.
-
getIpAddress
The IP address for the host where the agent resides.
- Returns:
- The IP address for the host where the agent resides.
-
withIpAddress
The IP address for the host where the agent resides.
- Parameters:
ipAddress
- The IP address for the host where the agent resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMacAddress
The MAC address for the host where the agent resides.
- Parameters:
macAddress
- The MAC address for the host where the agent resides.
-
getMacAddress
The MAC address for the host where the agent resides.
- Returns:
- The MAC address for the host where the agent resides.
-
withMacAddress
The MAC address for the host where the agent resides.
- Parameters:
macAddress
- The MAC address for the host where the agent resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-