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 ServiceEndpoint
clone()
boolean
equals(Object obj)
String
getEndpoint()
int
hashCode()
void
setEndpoint(String endpoint)
String
toString()
Returns a string representation of this object; useful for testing and debugging.ServiceEndpoint
withEndpoint(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ServiceEndpoint clone()
-
-