public class DescribeInterconnectsResult extends Object implements Serializable
A structure containing a list of interconnects.
Constructor and Description |
---|
DescribeInterconnectsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Interconnect> |
getInterconnects()
A list of interconnects.
|
int |
hashCode() |
void |
setInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInterconnectsResult |
withInterconnects(Collection<Interconnect> interconnects)
A list of interconnects.
|
DescribeInterconnectsResult |
withInterconnects(Interconnect... interconnects)
A list of interconnects.
|
public List<Interconnect> getInterconnects()
public void setInterconnects(Collection<Interconnect> interconnects)
interconnects
- A list of interconnects.public DescribeInterconnectsResult withInterconnects(Interconnect... interconnects)
Returns a reference to this object so that method calls can be chained together.
interconnects
- A list of interconnects.public DescribeInterconnectsResult withInterconnects(Collection<Interconnect> interconnects)
Returns a reference to this object so that method calls can be chained together.
interconnects
- A list of interconnects.public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.