Class DescribeVirtualInterfacesResult
java.lang.Object
com.amazonaws.services.directconnect.model.DescribeVirtualInterfacesResult
- All Implemented Interfaces:
Serializable, Cloneable
A structure containing a list of virtual interfaces.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of virtual interfaces.inthashCode()voidsetVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces) A list of virtual interfaces.toString()Returns a string representation of this object; useful for testing and debugging.withVirtualInterfaces(VirtualInterface... virtualInterfaces) A list of virtual interfaces.withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces) A list of virtual interfaces.
-
Constructor Details
-
DescribeVirtualInterfacesResult
public DescribeVirtualInterfacesResult()
-
-
Method Details
-
getVirtualInterfaces
A list of virtual interfaces.
- Returns:
- A list of virtual interfaces.
-
setVirtualInterfaces
A list of virtual interfaces.
- Parameters:
virtualInterfaces- A list of virtual interfaces.
-
withVirtualInterfaces
A list of virtual interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setVirtualInterfaces(java.util.Collection)orwithVirtualInterfaces(java.util.Collection)if you want to override the existing values.- Parameters:
virtualInterfaces- A list of virtual interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVirtualInterfaces
public DescribeVirtualInterfacesResult withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces) A list of virtual interfaces.
- Parameters:
virtualInterfaces- A list of virtual interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-