public class DescribeConnectionsOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeConnectionsOnInterconnect operation.
NOOP| Constructor and Description |
|---|
DescribeConnectionsOnInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionsOnInterconnectRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeConnectionsOnInterconnectRequest()
public void setInterconnectId(String interconnectId)
ID of the interconnect on which a list of connection is provisioned.
Example: dxcon-abc123
Default: None
interconnectId - ID of the interconnect on which a list of connection is
provisioned.
Example: dxcon-abc123
Default: None
public String getInterconnectId()
ID of the interconnect on which a list of connection is provisioned.
Example: dxcon-abc123
Default: None
Example: dxcon-abc123
Default: None
public DescribeConnectionsOnInterconnectRequest withInterconnectId(String interconnectId)
ID of the interconnect on which a list of connection is provisioned.
Example: dxcon-abc123
Default: None
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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.