public class DescribeConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeConnections operation.
Displays all connections in this region.
If a connection ID is provided, the call returns only that particular connection.
NOOP| Constructor and Description |
|---|
DescribeConnectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionsRequest |
clone() |
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.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 DescribeConnectionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.