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 DeleteInterconnectResultclone()booleanequals(Object obj)StringgetInterconnectState()inthashCode()voidsetInterconnectState(InterconnectState interconnectState)voidsetInterconnectState(String interconnectState)StringtoString()Returns a string representation of this object; useful for testing and debugging.DeleteInterconnectResultwithInterconnectState(InterconnectState interconnectState)DeleteInterconnectResultwithInterconnectState(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteInterconnectResult clone()
-
-