public class DescribeConnectionsOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeConnectionsOnInterconnect operation.
Return a list of connections that have been provisioned on the given interconnect.
NOOP| Constructor and Description |
|---|
DescribeConnectionsOnInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionsOnInterconnectRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInterconnectId()
ID of the interconnect on which a list of connection is provisioned.
|
int |
hashCode() |
void |
setInterconnectId(String interconnectId)
ID of the interconnect on which a list of connection is provisioned.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConnectionsOnInterconnectRequest |
withInterconnectId(String interconnectId)
ID of the interconnect on which a list of connection is provisioned.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeConnectionsOnInterconnectRequest()
public String getInterconnectId()
Example: dxcon-abc123
Default: None
Example: dxcon-abc123
Default: None
public void setInterconnectId(String interconnectId)
Example: dxcon-abc123
Default: None
interconnectId - ID of the interconnect on which a list of connection is provisioned.
Example: dxcon-abc123
Default: None
public DescribeConnectionsOnInterconnectRequest withInterconnectId(String interconnectId)
Example: dxcon-abc123
Default: None
Returns a reference to this object so that method calls can be chained together.
interconnectId - ID of the interconnect on which a list of connection is provisioned.
Example: dxcon-abc123
Default: None
public String toString()
toString in class ObjectObject.toString()public DescribeConnectionsOnInterconnectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.