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() |
int |
hashCode() |
void |
setInterconnectState(InterconnectState interconnectState) |
void |
setInterconnectState(String interconnectState) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteInterconnectResult |
withInterconnectState(InterconnectState interconnectState) |
DeleteInterconnectResult |
withInterconnectState(String interconnectState) |
public void setInterconnectState(String interconnectState)
interconnectState - InterconnectStatepublic String getInterconnectState()
InterconnectStatepublic DeleteInterconnectResult withInterconnectState(String interconnectState)
interconnectState - InterconnectStatepublic void setInterconnectState(InterconnectState interconnectState)
interconnectState - InterconnectStatepublic DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
interconnectState - InterconnectStatepublic String toString()
toString in class ObjectObject.toString()public DeleteInterconnectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.