|
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.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.DescribeVirtualInterfacesRequest
public class DescribeVirtualInterfacesRequest
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.
AmazonDirectConnect.describeVirtualInterfaces(DescribeVirtualInterfacesRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeVirtualInterfacesRequest()
Method Detail |
---|
public String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public DescribeVirtualInterfacesRequest withConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public String getVirtualInterfaceId()
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public void setVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public DescribeVirtualInterfacesRequest withVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |