@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScrapersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a ListScrapers operation.
Constructor and Description |
---|
ListScrapersResult() |
Modifier and Type | Method and Description |
---|---|
ListScrapersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Pagination token to use when requesting the next page in this list.
|
List<ScraperSummary> |
getScrapers()
The list of scrapers, filtered down if a set of filters was provided in the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
|
void |
setScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
String |
toString()
Returns a string representation of this object.
|
ListScrapersResult |
withNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
|
ListScrapersResult |
withScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
ListScrapersResult |
withScrapers(ScraperSummary... scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScraperSummary> getScrapers()
The list of scrapers, filtered down if a set of filters was provided in the request.
public void setScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
scrapers
- The list of scrapers, filtered down if a set of filters was provided in the request.public ListScrapersResult withScrapers(ScraperSummary... scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
NOTE: This method appends the values to the existing list (if any). Use
setScrapers(java.util.Collection)
or withScrapers(java.util.Collection)
if you want to override
the existing values.
scrapers
- The list of scrapers, filtered down if a set of filters was provided in the request.public ListScrapersResult withScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
scrapers
- The list of scrapers, filtered down if a set of filters was provided in the request.public void setNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
nextToken
- Pagination token to use when requesting the next page in this list.public String getNextToken()
Pagination token to use when requesting the next page in this list.
public ListScrapersResult withNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
nextToken
- Pagination token to use when requesting the next page in this list.public String toString()
toString
in class Object
Object.toString()
public ListScrapersResult clone()