@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonElasticsearchParameters extends Object implements Serializable, Cloneable, StructuredPojo
Amazon Elasticsearch Service parameters.
| Constructor and Description | 
|---|
| AmazonElasticsearchParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| AmazonElasticsearchParameters | clone() | 
| boolean | equals(Object obj) | 
| String | getDomain()
 The Amazon Elasticsearch Service domain. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDomain(String domain)
 The Amazon Elasticsearch Service domain. | 
| String | toString()Returns a string representation of this object. | 
| AmazonElasticsearchParameters | withDomain(String domain)
 The Amazon Elasticsearch Service domain. | 
public void setDomain(String domain)
The Amazon Elasticsearch Service domain.
domain - The Amazon Elasticsearch Service domain.public String getDomain()
The Amazon Elasticsearch Service domain.
public AmazonElasticsearchParameters withDomain(String domain)
The Amazon Elasticsearch Service domain.
domain - The Amazon Elasticsearch Service domain.public String toString()
toString in class ObjectObject.toString()public AmazonElasticsearchParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.