public class DescribeConnectionsOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.