public static class DescribeRouteTablesResponse.RouteTable.RouteEntry.NextHop extends Object
| Constructor and Description |
|---|
DescribeRouteTablesResponse.RouteTable.RouteEntry.NextHop() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEnabled() |
String |
getNextHopId() |
String |
getNextHopType() |
Integer |
getWeight() |
void |
setEnabled(Integer enabled) |
void |
setNextHopId(String nextHopId) |
void |
setNextHopType(String nextHopType) |
void |
setWeight(Integer weight) |
public DescribeRouteTablesResponse.RouteTable.RouteEntry.NextHop()
public String getNextHopType()
public void setNextHopType(String nextHopType)
public String getNextHopId()
public void setNextHopId(String nextHopId)
public Integer getEnabled()
public void setEnabled(Integer enabled)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2017. All Rights Reserved.