public class DeleteVirtualInterfaceResult extends Object implements Serializable
The response received when DeleteVirtualInterface is called.
Constructor and Description |
---|
DeleteVirtualInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVirtualInterfaceState()
State of the virtual interface.
|
int |
hashCode() |
void |
setVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.
|
void |
setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVirtualInterfaceResult |
withVirtualInterfaceState(String virtualInterfaceState)
State of the virtual interface.
|
DeleteVirtualInterfaceResult |
withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
State of the virtual interface.
|
public String getVirtualInterfaceState()
Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected
VirtualInterfaceState
public void setVirtualInterfaceState(String virtualInterfaceState)
Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected
virtualInterfaceState
- State of the virtual interface. VirtualInterfaceState
public DeleteVirtualInterfaceResult withVirtualInterfaceState(String virtualInterfaceState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected
virtualInterfaceState
- State of the virtual interface. VirtualInterfaceState
public void setVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected
virtualInterfaceState
- State of the virtual interface. VirtualInterfaceState
public DeleteVirtualInterfaceResult withVirtualInterfaceState(VirtualInterfaceState virtualInterfaceState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: confirming, verifying, pending, available, deleting, deleted, rejected
virtualInterfaceState
- State of the virtual interface. VirtualInterfaceState
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.