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()
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.
|
DeleteInterconnectRequest |
withInterconnectId(String interconnectId)
The ID of the interconnect.
|
copyBaseTo, getCloneRoot, getCloneSource, 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 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 Object
Object.toString()
public DeleteInterconnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.