Class DeleteInterconnectResult
java.lang.Object
com.amazonaws.services.directconnect.model.DeleteInterconnectResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response received when DeleteInterconnect is called.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setInterconnectState
(InterconnectState interconnectState) void
setInterconnectState
(String interconnectState) toString()
Returns a string representation of this object; useful for testing and debugging.withInterconnectState
(InterconnectState interconnectState) withInterconnectState
(String interconnectState)
-
Constructor Details
-
DeleteInterconnectResult
public DeleteInterconnectResult()
-
-
Method Details
-
setInterconnectState
- Parameters:
interconnectState
-- See Also:
-
getInterconnectState
- Returns:
- See Also:
-
withInterconnectState
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setInterconnectState
- Parameters:
interconnectState
-- See Also:
-
withInterconnectState
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-