public class DeleteInterconnectRequest extends AmazonWebServiceRequest implements Serializable
DeleteInterconnect operation.
Deletes the specified interconnect.
| Constructor and Description |
|---|
DeleteInterconnectRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.