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()booleaninthashCode()voidsetInterconnectState(InterconnectState interconnectState) voidsetInterconnectState(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
-
equals
-
hashCode
-
clone
-