|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.directconnect.model.DescribeConnectionsResult
public class DescribeConnectionsResult
A structure containing a list of connections.
Constructor Summary | |
---|---|
DescribeConnectionsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Connection> |
getConnections()
A list of connections. |
int |
hashCode()
|
void |
setConnections(Collection<Connection> connections)
A list of connections. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConnectionsResult |
withConnections(Collection<Connection> connections)
A list of connections. |
DescribeConnectionsResult |
withConnections(Connection... connections)
A list of connections. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeConnectionsResult()
Method Detail |
---|
public List<Connection> getConnections()
public void setConnections(Collection<Connection> connections)
connections
- A list of connections.public DescribeConnectionsResult withConnections(Connection... connections)
Returns a reference to this object so that method calls can be chained together.
connections
- A list of connections.
public DescribeConnectionsResult withConnections(Collection<Connection> connections)
Returns a reference to this object so that method calls can be chained together.
connections
- A list of connections.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |