Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class DescribeVirtualInterfacesRequest

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

public class DescribeVirtualInterfacesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeVirtualInterfaces operation.

Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a virtual interface ID is included then only a single virtual interface will be returned.

A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer.

See Also:
AmazonDirectConnect.describeVirtualInterfaces(DescribeVirtualInterfacesRequest), Serialized Form

Constructor Summary
DescribeVirtualInterfacesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getConnectionId()
          ID of the connection.
 String getVirtualInterfaceId()
          ID of the virtual interface.
 int hashCode()
           
 void setConnectionId(String connectionId)
          ID of the connection.
 void setVirtualInterfaceId(String virtualInterfaceId)
          ID of the virtual interface.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeVirtualInterfacesRequest withConnectionId(String connectionId)
          ID of the connection.
 DescribeVirtualInterfacesRequest withVirtualInterfaceId(String virtualInterfaceId)
          ID of the virtual interface.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeVirtualInterfacesRequest

public DescribeVirtualInterfacesRequest()
Method Detail

getConnectionId

public String getConnectionId()
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
ID of the connection.

Example: dxcon-fg5678gh

Default: None


setConnectionId

public void setConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None


withConnectionId

public DescribeVirtualInterfacesRequest withConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

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

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getVirtualInterfaceId

public String getVirtualInterfaceId()
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Returns:
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None


setVirtualInterfaceId

public void setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Parameters:
virtualInterfaceId - ID of the virtual interface.

Example: dxvif-123dfg56

Default: None


withVirtualInterfaceId

public DescribeVirtualInterfacesRequest withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

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

Parameters:
virtualInterfaceId - ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

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.