|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.DeleteVirtualInterfaceRequest
public class DeleteVirtualInterfaceRequest
Container for the parameters to the DeleteVirtualInterface operation
.
Deletes a virtual interface.
AmazonDirectConnect.deleteVirtualInterface(DeleteVirtualInterfaceRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteVirtualInterfaceRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteVirtualInterfaceRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |