@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoryAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRepositoryAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListRepositoryAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListRecommendations request. |
List<RepositoryAssociationSummary> |
getRepositoryAssociationSummaries()
A list of repository associations that meet the criteria of the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListRecommendations request. |
void |
setRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoryAssociationsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListRecommendations request. |
ListRepositoryAssociationsResult |
withRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
ListRepositoryAssociationsResult |
withRepositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RepositoryAssociationSummary> getRepositoryAssociationSummaries()
A list of repository associations that meet the criteria of the request.
public void setRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
repositoryAssociationSummaries
- A list of repository associations that meet the criteria of the request.public ListRepositoryAssociationsResult withRepositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
NOTE: This method appends the values to the existing list (if any). Use
setRepositoryAssociationSummaries(java.util.Collection)
or
withRepositoryAssociationSummaries(java.util.Collection)
if you want to override the existing values.
repositoryAssociationSummaries
- A list of repository associations that meet the criteria of the request.public ListRepositoryAssociationsResult withRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
repositoryAssociationSummaries
- A list of repository associations that meet the criteria of the request.public void setNextToken(String nextToken)
The nextToken
value to include in a future ListRecommendations
request. When the
results of a ListRecommendations
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListRecommendations
request. When the
results of a ListRecommendations
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public String getNextToken()
The nextToken
value to include in a future ListRecommendations
request. When the
results of a ListRecommendations
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListRecommendations
request. When
the results of a ListRecommendations
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when there are no more
results to return.public ListRepositoryAssociationsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListRecommendations
request. When the
results of a ListRecommendations
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListRecommendations
request. When the
results of a ListRecommendations
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public ListRepositoryAssociationsResult clone()