com.amazonaws.services.cloudsearchv2.model
Class ServiceEndpoint

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.ServiceEndpoint
All Implemented Interfaces:
Serializable

public class ServiceEndpoint
extends Object
implements Serializable

The endpoint to which service requests can be submitted.

See Also:
Serialized Form

Constructor Summary
ServiceEndpoint()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEndpoint()
          The endpoint to which service requests can be submitted.
 int hashCode()
           
 void setEndpoint(String endpoint)
          The endpoint to which service requests can be submitted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ServiceEndpoint withEndpoint(String endpoint)
          The endpoint to which service requests can be submitted.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceEndpoint

public ServiceEndpoint()
Method Detail

getEndpoint

public String getEndpoint()
The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

Returns:
The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

setEndpoint

public void setEndpoint(String endpoint)
The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

Parameters:
endpoint - The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

withEndpoint

public ServiceEndpoint withEndpoint(String endpoint)
The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

Returns a reference to this object so that method calls can be chained together.

Parameters:
endpoint - The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2016. All rights reserved.