public class DeleteInterconnectResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response received when DeleteInterconnect is called.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
interconnectState |
Constructor and Description |
---|
DeleteInterconnectResult() |
Modifier and Type | Method and Description |
---|---|
DeleteInterconnectResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInterconnectState() |
int |
hashCode() |
void |
setInterconnectState(InterconnectState interconnectState) |
void |
setInterconnectState(java.lang.String interconnectState) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteInterconnectResult |
withInterconnectState(InterconnectState interconnectState) |
DeleteInterconnectResult |
withInterconnectState(java.lang.String interconnectState) |
public void setInterconnectState(java.lang.String interconnectState)
interconnectState
- InterconnectState
public java.lang.String getInterconnectState()
InterconnectState
public DeleteInterconnectResult withInterconnectState(java.lang.String interconnectState)
interconnectState
- InterconnectState
public void setInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteInterconnectResult clone()
clone
in class java.lang.Object