@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()
A token indicating that there are more results to retrieve.
|
List<ScraperSummary> |
getScrapers()
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token indicating that there are more results to retrieve.
|
void |
setScrapers(Collection<ScraperSummary> scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
String |
toString()
Returns a string representation of this object.
|
ListScrapersResult |
withNextToken(String nextToken)
A token indicating that there are more results to retrieve.
|
ListScrapersResult |
withScrapers(Collection<ScraperSummary> scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
ListScrapersResult |
withScrapers(ScraperSummary... scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapers operation to retrieve those results.
nextToken - A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapers operation to retrieve those results.public String getNextToken()
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapers operation to retrieve those results.
ListScrapers operation to retrieve those results.public ListScrapersResult withNextToken(String nextToken)
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapers operation to retrieve those results.
nextToken - A token indicating that there are more results to retrieve. You can use this token as part of your next
ListScrapers operation to retrieve those results.public List<ScraperSummary> getScrapers()
A list of ScraperSummary structures giving information about scrapers in the account that match the
filters provided.
ScraperSummary structures giving information about scrapers in the account that
match the filters provided.public void setScrapers(Collection<ScraperSummary> scrapers)
A list of ScraperSummary structures giving information about scrapers in the account that match the
filters provided.
scrapers - A list of ScraperSummary structures giving information about scrapers in the account that
match the filters provided.public ListScrapersResult withScrapers(ScraperSummary... scrapers)
A list of ScraperSummary structures giving information about scrapers in the account that match the
filters provided.
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 - A list of ScraperSummary structures giving information about scrapers in the account that
match the filters provided.public ListScrapersResult withScrapers(Collection<ScraperSummary> scrapers)
A list of ScraperSummary structures giving information about scrapers in the account that match the
filters provided.
scrapers - A list of ScraperSummary structures giving information about scrapers in the account that
match the filters provided.public String toString()
toString in class ObjectObject.toString()public ListScrapersResult clone()