public class DescribeInterconnectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeInterconnects operation.
Returns a list of interconnects owned by the AWS account.
If an interconnect ID is provided, it will only return this particular interconnect.
NOOP| Constructor and Description |
|---|
DescribeInterconnectsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInterconnectsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInterconnectId()
The ID of the interconnect.
|
int |
hashCode() |
void |
setInterconnectId(String interconnectId)
The ID of the interconnect.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInterconnectsRequest |
withInterconnectId(String interconnectId)
The ID of the interconnect.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getInterconnectId()
Example: dxcon-abc123
Example: dxcon-abc123
public void setInterconnectId(String interconnectId)
Example: dxcon-abc123
interconnectId - The ID of the interconnect. Example: dxcon-abc123
public DescribeInterconnectsRequest withInterconnectId(String interconnectId)
Example: dxcon-abc123
Returns a reference to this object so that method calls can be chained together.
interconnectId - The ID of the interconnect. Example: dxcon-abc123
public String toString()
toString in class ObjectObject.toString()public DescribeInterconnectsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.