|
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.DescribeVirtualInterfacesResult
public class DescribeVirtualInterfacesResult
A structure containing a list of virtual interfaces.
| Constructor Summary | |
|---|---|
DescribeVirtualInterfacesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<VirtualInterface> |
getVirtualInterfaces()
A list of virtual interfaces. |
int |
hashCode()
|
void |
setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVirtualInterfacesResult |
withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces. |
DescribeVirtualInterfacesResult |
withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVirtualInterfacesResult()
| Method Detail |
|---|
public List<VirtualInterface> getVirtualInterfaces()
public void setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
virtualInterfaces - A list of virtual interfaces.public DescribeVirtualInterfacesResult withVirtualInterfaces(VirtualInterface... virtualInterfaces)
Returns a reference to this object so that method calls can be chained together.
virtualInterfaces - A list of virtual interfaces.
public DescribeVirtualInterfacesResult withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
Returns a reference to this object so that method calls can be chained together.
virtualInterfaces - A list of virtual interfaces.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||