public class DescribeConnectionsOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable
DescribeConnectionsOnInterconnect operation.
Return a list of connections that have been provisioned on the given interconnect.
| Constructor and Description |
|---|
DescribeConnectionsOnInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.