Class CreateEndpointResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.CreateEndpointResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The endpoint that was created.int
hashCode()
void
setEndpoint
(Endpoint endpoint) The endpoint that was created.toString()
Returns a string representation of this object; useful for testing and debugging.withEndpoint
(Endpoint endpoint) The endpoint that was created.
-
Constructor Details
-
CreateEndpointResult
public CreateEndpointResult()
-
-
Method Details
-
setEndpoint
The endpoint that was created.
- Parameters:
endpoint
- The endpoint that was created.
-
getEndpoint
The endpoint that was created.
- Returns:
- The endpoint that was created.
-
withEndpoint
The endpoint that was created.
- Parameters:
endpoint
- The endpoint that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-