public class DeleteInterconnectResult extends Object implements Serializable, Cloneable
The response received when DeleteInterconnect is called.
| Constructor and Description |
|---|
DeleteInterconnectResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteInterconnectResult |
clone() |
boolean |
equals(Object obj) |
String |
getInterconnectState()
State of the interconnect.
|
int |
hashCode() |
void |
setInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
void |
setInterconnectState(String interconnectState)
State of the interconnect.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteInterconnectResult |
withInterconnectState(InterconnectState interconnectState)
State of the interconnect.
|
DeleteInterconnectResult |
withInterconnectState(String interconnectState)
State of the interconnect.
|
public String getInterconnectState()
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
InterconnectStatepublic void setInterconnectState(String interconnectState)
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState - State of the interconnect. InterconnectStatepublic DeleteInterconnectResult withInterconnectState(String interconnectState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState - State of the interconnect. InterconnectStatepublic void setInterconnectState(InterconnectState interconnectState)
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState - State of the interconnect. InterconnectStatepublic DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState - State of the interconnect. InterconnectStatepublic String toString()
toString in class ObjectObject.toString()public DeleteInterconnectResult clone()
Copyright © 2015. All rights reserved.