@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; useful for testing and debugging. 
 | 
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.