Class ConfirmConnectionResult
java.lang.Object
com.amazonaws.services.directconnect.model.ConfirmConnectionResult
- All Implemented Interfaces:
Serializable, Cloneable
The response received when ConfirmConnection is called.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetConnectionState(ConnectionState connectionState) voidsetConnectionState(String connectionState) toString()Returns a string representation of this object; useful for testing and debugging.withConnectionState(ConnectionState connectionState) withConnectionState(String connectionState)
-
Constructor Details
-
ConfirmConnectionResult
public ConfirmConnectionResult()
-
-
Method Details
-
setConnectionState
- Parameters:
connectionState-- See Also:
-
getConnectionState
- Returns:
- See Also:
-
withConnectionState
- Parameters:
connectionState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConnectionState
- Parameters:
connectionState-- See Also:
-
withConnectionState
- Parameters:
connectionState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
-
equals
-
hashCode
-
clone
-