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()
Creates a shallow clone of this request.
|
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DescribeInterconnectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.