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