public class DeleteVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteVirtualInterface operation
.
Deletes a virtual interface.
NOOP
Constructor and Description |
---|
DeleteVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVirtualInterfaceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getVirtualInterfaceId()
ID of the virtual interface.
|
int |
hashCode() |
void |
setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getVirtualInterfaceId()
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public void setVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public DeleteVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public String toString()
toString
in class Object
Object.toString()
public DeleteVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.