@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkRoutesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNetworkRoutesResult() |
Modifier and Type | Method and Description |
---|---|
GetNetworkRoutesResult |
clone() |
boolean |
equals(Object obj) |
CoreNetworkSegmentEdgeIdentifier |
getCoreNetworkSegmentEdge()
Describes a core network segment edge.
|
List<NetworkRoute> |
getNetworkRoutes()
The network routes.
|
String |
getRouteTableArn()
The ARN of the route table.
|
Date |
getRouteTableTimestamp()
The route table creation time.
|
String |
getRouteTableType()
The route table type.
|
int |
hashCode() |
void |
setCoreNetworkSegmentEdge(CoreNetworkSegmentEdgeIdentifier coreNetworkSegmentEdge)
Describes a core network segment edge.
|
void |
setNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
|
void |
setRouteTableArn(String routeTableArn)
The ARN of the route table.
|
void |
setRouteTableTimestamp(Date routeTableTimestamp)
The route table creation time.
|
void |
setRouteTableType(String routeTableType)
The route table type.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkRoutesResult |
withCoreNetworkSegmentEdge(CoreNetworkSegmentEdgeIdentifier coreNetworkSegmentEdge)
Describes a core network segment edge.
|
GetNetworkRoutesResult |
withNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
|
GetNetworkRoutesResult |
withNetworkRoutes(NetworkRoute... networkRoutes)
The network routes.
|
GetNetworkRoutesResult |
withRouteTableArn(String routeTableArn)
The ARN of the route table.
|
GetNetworkRoutesResult |
withRouteTableTimestamp(Date routeTableTimestamp)
The route table creation time.
|
GetNetworkRoutesResult |
withRouteTableType(RouteTableType routeTableType)
The route table type.
|
GetNetworkRoutesResult |
withRouteTableType(String routeTableType)
The route table type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRouteTableArn(String routeTableArn)
The ARN of the route table.
routeTableArn
- The ARN of the route table.public String getRouteTableArn()
The ARN of the route table.
public GetNetworkRoutesResult withRouteTableArn(String routeTableArn)
The ARN of the route table.
routeTableArn
- The ARN of the route table.public void setCoreNetworkSegmentEdge(CoreNetworkSegmentEdgeIdentifier coreNetworkSegmentEdge)
Describes a core network segment edge.
coreNetworkSegmentEdge
- Describes a core network segment edge.public CoreNetworkSegmentEdgeIdentifier getCoreNetworkSegmentEdge()
Describes a core network segment edge.
public GetNetworkRoutesResult withCoreNetworkSegmentEdge(CoreNetworkSegmentEdgeIdentifier coreNetworkSegmentEdge)
Describes a core network segment edge.
coreNetworkSegmentEdge
- Describes a core network segment edge.public void setRouteTableType(String routeTableType)
The route table type.
routeTableType
- The route table type.RouteTableType
public String getRouteTableType()
The route table type.
RouteTableType
public GetNetworkRoutesResult withRouteTableType(String routeTableType)
The route table type.
routeTableType
- The route table type.RouteTableType
public GetNetworkRoutesResult withRouteTableType(RouteTableType routeTableType)
The route table type.
routeTableType
- The route table type.RouteTableType
public void setRouteTableTimestamp(Date routeTableTimestamp)
The route table creation time.
routeTableTimestamp
- The route table creation time.public Date getRouteTableTimestamp()
The route table creation time.
public GetNetworkRoutesResult withRouteTableTimestamp(Date routeTableTimestamp)
The route table creation time.
routeTableTimestamp
- The route table creation time.public List<NetworkRoute> getNetworkRoutes()
The network routes.
public void setNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
networkRoutes
- The network routes.public GetNetworkRoutesResult withNetworkRoutes(NetworkRoute... networkRoutes)
The network routes.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkRoutes(java.util.Collection)
or withNetworkRoutes(java.util.Collection)
if you want
to override the existing values.
networkRoutes
- The network routes.public GetNetworkRoutesResult withNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
networkRoutes
- The network routes.public String toString()
toString
in class Object
Object.toString()
public GetNetworkRoutesResult clone()