@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebDataSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details for the web data source.
Constructor and Description |
---|
WebDataSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
WebDataSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
WebCrawlerConfiguration |
getCrawlerConfiguration()
The Web Crawler configuration details for the web data source.
|
WebSourceConfiguration |
getSourceConfiguration()
The source configuration details for the web data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCrawlerConfiguration(WebCrawlerConfiguration crawlerConfiguration)
The Web Crawler configuration details for the web data source.
|
void |
setSourceConfiguration(WebSourceConfiguration sourceConfiguration)
The source configuration details for the web data source.
|
String |
toString()
Returns a string representation of this object.
|
WebDataSourceConfiguration |
withCrawlerConfiguration(WebCrawlerConfiguration crawlerConfiguration)
The Web Crawler configuration details for the web data source.
|
WebDataSourceConfiguration |
withSourceConfiguration(WebSourceConfiguration sourceConfiguration)
The source configuration details for the web data source.
|
public void setCrawlerConfiguration(WebCrawlerConfiguration crawlerConfiguration)
The Web Crawler configuration details for the web data source.
crawlerConfiguration
- The Web Crawler configuration details for the web data source.public WebCrawlerConfiguration getCrawlerConfiguration()
The Web Crawler configuration details for the web data source.
public WebDataSourceConfiguration withCrawlerConfiguration(WebCrawlerConfiguration crawlerConfiguration)
The Web Crawler configuration details for the web data source.
crawlerConfiguration
- The Web Crawler configuration details for the web data source.public void setSourceConfiguration(WebSourceConfiguration sourceConfiguration)
The source configuration details for the web data source.
sourceConfiguration
- The source configuration details for the web data source.public WebSourceConfiguration getSourceConfiguration()
The source configuration details for the web data source.
public WebDataSourceConfiguration withSourceConfiguration(WebSourceConfiguration sourceConfiguration)
The source configuration details for the web data source.
sourceConfiguration
- The source configuration details for the web data source.public String toString()
toString
in class Object
Object.toString()
public WebDataSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.