|
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.DescribeConnectionsRequest
public class DescribeConnectionsRequest
Container for the parameters to the DescribeConnections operation.
Displays all connections in this region.
If a connection ID is provided, it will only return this particular connection.
AmazonDirectConnect.describeConnections(DescribeConnectionsRequest)| Constructor Summary | |
|---|---|
DescribeConnectionsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getConnectionId()
ID of the connection. |
int |
hashCode()
|
void |
setConnectionId(String connectionId)
ID of the connection. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeConnectionsRequest |
withConnectionId(String connectionId)
ID of the connection. |
| 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 DescribeConnectionsRequest()
| 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 DescribeConnectionsRequest 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 toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||