public static class DescribeInstanceAttributeResponse.EipAddress extends Object
| Constructor and Description |
|---|
DescribeInstanceAttributeResponse.EipAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllocationId() |
Integer |
getBandwidth() |
String |
getInternetChargeType() |
String |
getIpAddress() |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setInternetChargeType(String internetChargeType) |
void |
setIpAddress(String ipAddress) |
public DescribeInstanceAttributeResponse.EipAddress()
public String getAllocationId()
public void setAllocationId(String allocationId)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public String getInternetChargeType()
public void setInternetChargeType(String internetChargeType)
Copyright © 2017. All Rights Reserved.