public class DeleteInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteInterconnect operation.
Deletes the specified interconnect.
NOOP| Constructor and Description |
|---|
DeleteInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteInterconnectRequest |
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.
|
DeleteInterconnectRequest |
withInterconnectId(String interconnectId)
The ID of the interconnect.
|
copyBaseTo, copyPrivateRequestParameters, 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 DeleteInterconnectRequest 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 DeleteInterconnectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.