Class ModifyEndpointResult
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.ModifyEndpointResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ModifyEndpointResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyEndpointResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyEndpointResult
clone()
boolean
equals(Object obj)
Endpoint
getEndpoint()
The modified endpoint.int
hashCode()
void
setEndpoint(Endpoint endpoint)
The modified endpoint.String
toString()
Returns a string representation of this object; useful for testing and debugging.ModifyEndpointResult
withEndpoint(Endpoint endpoint)
The modified endpoint.
-
-
-
Method Detail
-
setEndpoint
public void setEndpoint(Endpoint endpoint)
The modified endpoint.
- Parameters:
endpoint
- The modified endpoint.
-
getEndpoint
public Endpoint getEndpoint()
The modified endpoint.
- Returns:
- The modified endpoint.
-
withEndpoint
public ModifyEndpointResult withEndpoint(Endpoint endpoint)
The modified endpoint.
- Parameters:
endpoint
- The modified endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyEndpointResult clone()
-
-