@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/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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.