Class DescribeRepositoriesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
ThenextToken
value to include in a futureDescribeRepositories
request.A list of repository objects corresponding to valid repositories.int
hashCode()
void
setNextToken
(String nextToken) ThenextToken
value to include in a futureDescribeRepositories
request.void
setRepositories
(Collection<Repository> repositories) A list of repository objects corresponding to valid repositories.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) ThenextToken
value to include in a futureDescribeRepositories
request.withRepositories
(Repository... repositories) A list of repository objects corresponding to valid repositories.withRepositories
(Collection<Repository> repositories) A list of repository objects corresponding to valid repositories.
-
Constructor Details
-
DescribeRepositoriesResult
public DescribeRepositoriesResult()
-
-
Method Details
-
getRepositories
A list of repository objects corresponding to valid repositories.
- Returns:
- A list of repository objects corresponding to valid repositories.
-
setRepositories
A list of repository objects corresponding to valid repositories.
- Parameters:
repositories
- A list of repository objects corresponding to valid repositories.
-
withRepositories
A list of repository objects corresponding to valid repositories.
NOTE: This method appends the values to the existing list (if any). Use
setRepositories(java.util.Collection)
orwithRepositories(java.util.Collection)
if you want to override the existing values.- Parameters:
repositories
- A list of repository objects corresponding to valid repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRepositories
A list of repository objects corresponding to valid repositories.
- Parameters:
repositories
- A list of repository objects corresponding to valid repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
nextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
nextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
nextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureDescribeRepositories
request. When the results of aDescribeRepositories
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-