@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkStatus extends Object implements Serializable, Cloneable, StructuredPojo
The network status of a device.
| Constructor and Description |
|---|
NetworkStatus() |
| Modifier and Type | Method and Description |
|---|---|
NetworkStatus |
clone() |
boolean |
equals(Object obj) |
EthernetStatus |
getEthernet0Status()
The status of Ethernet port 0.
|
EthernetStatus |
getEthernet1Status()
The status of Ethernet port 1.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEthernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
|
void |
setEthernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
|
String |
toString()
Returns a string representation of this object.
|
NetworkStatus |
withEthernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
|
NetworkStatus |
withEthernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
|
public void setEthernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
ethernet0Status - The status of Ethernet port 0.public EthernetStatus getEthernet0Status()
The status of Ethernet port 0.
public NetworkStatus withEthernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
ethernet0Status - The status of Ethernet port 0.public void setEthernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
ethernet1Status - The status of Ethernet port 1.public EthernetStatus getEthernet1Status()
The status of Ethernet port 1.
public NetworkStatus withEthernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
ethernet1Status - The status of Ethernet port 1.public String toString()
toString in class ObjectObject.toString()public NetworkStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.