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