public class DeleteNetworkInterfaceRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DeleteNetworkInterfaceRequest>
DeleteNetworkInterface operation
.
Deletes the specified network interface. You must detach the network interface before you can delete it.
Constructor and Description |
---|
DeleteNetworkInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Request<DeleteNetworkInterfaceRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteNetworkInterfaceRequest |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId
- The ID of the network interface.public DeleteNetworkInterfaceRequest withNetworkInterfaceId(java.lang.String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId
- The ID of the network interface.public Request<DeleteNetworkInterfaceRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteNetworkInterfaceRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.