Class DescribeRepositoriesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThenextTokenvalue to include in a futureDescribeRepositoriesrequest.A list of repository objects corresponding to valid repositories.inthashCode()voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureDescribeRepositoriesrequest.voidsetRepositories(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) ThenextTokenvalue to include in a futureDescribeRepositoriesrequest.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
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-