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 ModifyEndpointResultclone()booleanequals(Object obj)EndpointgetEndpoint()The modified endpoint.inthashCode()voidsetEndpoint(Endpoint endpoint)The modified endpoint.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyEndpointResultwithEndpoint(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyEndpointResult clone()
-
-