@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkPayload extends Object implements Serializable, Cloneable, StructuredPojo
The network configuration for a device.
| Constructor and Description |
|---|
NetworkPayload() |
| Modifier and Type | Method and Description |
|---|---|
NetworkPayload |
clone() |
boolean |
equals(Object obj) |
EthernetPayload |
getEthernet0()
Settings for Ethernet port 0.
|
EthernetPayload |
getEthernet1()
Settings for Ethernet port 1.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
|
void |
setEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
|
String |
toString()
Returns a string representation of this object.
|
NetworkPayload |
withEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
|
NetworkPayload |
withEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
|
public void setEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
ethernet0 - Settings for Ethernet port 0.public EthernetPayload getEthernet0()
Settings for Ethernet port 0.
public NetworkPayload withEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
ethernet0 - Settings for Ethernet port 0.public void setEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
ethernet1 - Settings for Ethernet port 1.public EthernetPayload getEthernet1()
Settings for Ethernet port 1.
public NetworkPayload withEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
ethernet1 - Settings for Ethernet port 1.public String toString()
toString in class ObjectObject.toString()public NetworkPayload clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.