Class DeleteInterconnectResult
- java.lang.Object
-
- com.amazonaws.services.directconnect.model.DeleteInterconnectResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteInterconnectResult extends Object implements Serializable, Cloneable
The response received when DeleteInterconnect is called.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteInterconnectResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
setInterconnectState
public void setInterconnectState(String interconnectState)
- Parameters:
interconnectState
-- See Also:
InterconnectState
-
getInterconnectState
public String getInterconnectState()
- Returns:
- See Also:
InterconnectState
-
withInterconnectState
public DeleteInterconnectResult withInterconnectState(String interconnectState)
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InterconnectState
-
setInterconnectState
public void setInterconnectState(InterconnectState interconnectState)
- Parameters:
interconnectState
-- See Also:
InterconnectState
-
withInterconnectState
public DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
- Parameters:
interconnectState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InterconnectState
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteInterconnectResult clone()
-
-