Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class DescribeVirtualInterfacesResult

java.lang.Object
  extended by com.amazonaws.services.directconnect.model.DescribeVirtualInterfacesResult
All Implemented Interfaces:
Serializable

public class DescribeVirtualInterfacesResult
extends Object
implements Serializable

A structure containing a list of virtual interfaces.

See Also:
Serialized Form

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

DescribeVirtualInterfacesResult

public DescribeVirtualInterfacesResult()
Method Detail

getVirtualInterfaces

public List<VirtualInterface> getVirtualInterfaces()
A list of virtual interfaces.

Returns:
A list of virtual interfaces.

setVirtualInterfaces

public void setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.

Parameters:
virtualInterfaces - A list of virtual interfaces.

withVirtualInterfaces

public DescribeVirtualInterfacesResult withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces.

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualInterfaces - A list of virtual interfaces.
Returns:
A reference to this updated object so that method calls can be chained together.

withVirtualInterfaces

public DescribeVirtualInterfacesResult withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.

Returns a reference to this object so that method calls can be chained together.

Parameters:
virtualInterfaces - A list of virtual interfaces.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.