@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticsearchDataSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Elasticsearch data source configuration.
| Constructor and Description | 
|---|
| ElasticsearchDataSourceConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticsearchDataSourceConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getAwsRegion()
 The AWS Region. | 
| String | getEndpoint()
 The endpoint. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAwsRegion(String awsRegion)
 The AWS Region. | 
| void | setEndpoint(String endpoint)
 The endpoint. | 
| String | toString()Returns a string representation of this object. | 
| ElasticsearchDataSourceConfig | withAwsRegion(String awsRegion)
 The AWS Region. | 
| ElasticsearchDataSourceConfig | withEndpoint(String endpoint)
 The endpoint. | 
public void setEndpoint(String endpoint)
The endpoint.
endpoint - The endpoint.public String getEndpoint()
The endpoint.
public ElasticsearchDataSourceConfig withEndpoint(String endpoint)
The endpoint.
endpoint - The endpoint.public void setAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.public String getAwsRegion()
The AWS Region.
public ElasticsearchDataSourceConfig withAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.public String toString()
toString in class ObjectObject.toString()public ElasticsearchDataSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.