public class DeleteInterconnectResult extends Object implements Serializable
The response received when DeleteInterconnect is called.
Constructor and Description |
---|
DeleteInterconnectResult() |
Modifier and Type | Method and Description |
---|---|
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
InterconnectState
public void setInterconnectState(String interconnectState)
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState
- State of the interconnect. InterconnectState
public 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. InterconnectState
public void setInterconnectState(InterconnectState interconnectState)
Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted
interconnectState
- State of the interconnect. InterconnectState
public 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. InterconnectState
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.