Class ModifyEndpointResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.ModifyEndpointResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The modified endpoint.int
hashCode()
void
setEndpoint
(Endpoint endpoint) The modified endpoint.toString()
Returns a string representation of this object; useful for testing and debugging.withEndpoint
(Endpoint endpoint) The modified endpoint.
-
Constructor Details
-
ModifyEndpointResult
public ModifyEndpointResult()
-
-
Method Details
-
setEndpoint
The modified endpoint.
- Parameters:
endpoint
- The modified endpoint.
-
getEndpoint
The modified endpoint.
- Returns:
- The modified endpoint.
-
withEndpoint
The modified endpoint.
- Parameters:
endpoint
- The modified endpoint.- 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
-