public static class DescribeInstancesResponse.Instance.NetworkInterface extends Object
| Constructor and Description |
|---|
DescribeInstancesResponse.Instance.NetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMacAddress() |
String |
getNetworkInterfaceId() |
String |
getPrimaryIpAddress() |
void |
setMacAddress(String macAddress) |
void |
setNetworkInterfaceId(String networkInterfaceId) |
void |
setPrimaryIpAddress(String primaryIpAddress) |
public DescribeInstancesResponse.Instance.NetworkInterface()
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String networkInterfaceId)
public String getMacAddress()
public void setMacAddress(String macAddress)
public String getPrimaryIpAddress()
public void setPrimaryIpAddress(String primaryIpAddress)
Copyright © 2017. All Rights Reserved.