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()
boolean
int
hashCode()
void
setConnectionState
(ConnectionState connectionState) void
setConnectionState
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-