public class DeleteVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DeleteVirtualInterface operation.
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() |
int |
hashCode() |
void |
setVirtualInterfaceId(String virtualInterfaceId) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId
- public String getVirtualInterfaceId()
public DeleteVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId
- public String toString()
toString
in class Object
Object.toString()
public DeleteVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.