Class DeleteVirtualInterfaceResult
java.lang.Object
com.amazonaws.services.directconnect.model.DeleteVirtualInterfaceResult
- All Implemented Interfaces:
Serializable,Cloneable
The response received when DeleteVirtualInterface is called.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState) voidsetVirtualInterfaceState(String virtualInterfaceState) toString()Returns a string representation of this object; useful for testing and debugging.withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState) withVirtualInterfaceState(String virtualInterfaceState)
-
Constructor Details
-
DeleteVirtualInterfaceResult
public DeleteVirtualInterfaceResult()
-
-
Method Details
-
setVirtualInterfaceState
- Parameters:
virtualInterfaceState-- See Also:
-
getVirtualInterfaceState
- Returns:
- See Also:
-
withVirtualInterfaceState
- Parameters:
virtualInterfaceState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setVirtualInterfaceState
- Parameters:
virtualInterfaceState-- See Also:
-
withVirtualInterfaceState
public DeleteVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState) - Parameters:
virtualInterfaceState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-