@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the URL/URLs for the web content that you want to crawl. You should be authorized to crawl the URLs.
Constructor and Description |
---|
WebSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
WebSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
UrlConfiguration |
getUrlConfiguration()
The configuration of the URL/URLs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUrlConfiguration(UrlConfiguration urlConfiguration)
The configuration of the URL/URLs.
|
String |
toString()
Returns a string representation of this object.
|
WebSourceConfiguration |
withUrlConfiguration(UrlConfiguration urlConfiguration)
The configuration of the URL/URLs.
|
public void setUrlConfiguration(UrlConfiguration urlConfiguration)
The configuration of the URL/URLs.
urlConfiguration
- The configuration of the URL/URLs.public UrlConfiguration getUrlConfiguration()
The configuration of the URL/URLs.
public WebSourceConfiguration withUrlConfiguration(UrlConfiguration urlConfiguration)
The configuration of the URL/URLs.
urlConfiguration
- The configuration of the URL/URLs.public String toString()
toString
in class Object
Object.toString()
public WebSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.