@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SeedUrl extends Object implements Serializable, Cloneable, StructuredPojo
The seed or starting point URL. You should be authorized to crawl the URL.
| Constructor and Description |
|---|
SeedUrl() |
| Modifier and Type | Method and Description |
|---|---|
SeedUrl |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
A seed or starting point URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUrl(String url)
A seed or starting point URL.
|
String |
toString()
Returns a string representation of this object.
|
SeedUrl |
withUrl(String url)
A seed or starting point URL.
|
public void setUrl(String url)
A seed or starting point URL.
url - A seed or starting point URL.public String getUrl()
A seed or starting point URL.
public SeedUrl withUrl(String url)
A seed or starting point URL.
url - A seed or starting point URL.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.