Class ServiceEndpoint
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.ServiceEndpoint
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ServiceEndpoint extends Object implements Serializable, Cloneable
The endpoint to which service requests can be submitted.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceEndpointclone()booleanequals(Object obj)StringgetEndpoint()inthashCode()voidsetEndpoint(String endpoint)StringtoString()Returns a string representation of this object; useful for testing and debugging.ServiceEndpointwithEndpoint(String endpoint)
-
-
-
Method Detail
-
setEndpoint
public void setEndpoint(String endpoint)
- Parameters:
endpoint-
-
getEndpoint
public String getEndpoint()
- Returns:
-
withEndpoint
public ServiceEndpoint withEndpoint(String endpoint)
- Parameters:
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 ServiceEndpoint clone()
-
-