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:
  • Constructor Details

    • ServiceEndpoint

      public ServiceEndpoint()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ServiceEndpoint clone()
      Overrides:
      clone in class Object