@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoriesInDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRepositoriesInDomainResult() |
Modifier and Type | Method and Description |
---|---|
ListRepositoriesInDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<RepositorySummary> |
getRepositories()
The returned list of repositories.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoriesInDomainResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRepositoriesInDomainResult |
withRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
|
ListRepositoriesInDomainResult |
withRepositories(RepositorySummary... repositories)
The returned list of repositories.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RepositorySummary> getRepositories()
The returned list of repositories.
public void setRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
repositories
- The returned list of repositories.public ListRepositoriesInDomainResult withRepositories(RepositorySummary... repositories)
The returned list of repositories.
NOTE: This method appends the values to the existing list (if any). Use
setRepositories(java.util.Collection)
or withRepositories(java.util.Collection)
if you want to
override the existing values.
repositories
- The returned list of repositories.public ListRepositoriesInDomainResult withRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
repositories
- The returned list of repositories.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListRepositoriesInDomainResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRepositoriesInDomainResult clone()