@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoryLinksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRepositoryLinksResult() |
Modifier and Type | Method and Description |
---|---|
ListRepositoryLinksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An enumeration token that allows the operation to batch the results of the operation.
|
List<RepositoryLinkInfo> |
getRepositoryLinks()
Lists the repository links called by the list repository links operation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
void |
setRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoryLinksResult |
withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
ListRepositoryLinksResult |
withRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
|
ListRepositoryLinksResult |
withRepositoryLinks(RepositoryLinkInfo... repositoryLinks)
Lists the repository links called by the list repository links operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RepositoryLinkInfo> getRepositoryLinks()
Lists the repository links called by the list repository links operation.
public void setRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
repositoryLinks
- Lists the repository links called by the list repository links operation.public ListRepositoryLinksResult withRepositoryLinks(RepositoryLinkInfo... repositoryLinks)
Lists the repository links called by the list repository links operation.
NOTE: This method appends the values to the existing list (if any). Use
setRepositoryLinks(java.util.Collection)
or withRepositoryLinks(java.util.Collection)
if you
want to override the existing values.
repositoryLinks
- Lists the repository links called by the list repository links operation.public ListRepositoryLinksResult withRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
repositoryLinks
- Lists the repository links called by the list repository links operation.public void setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
nextToken
- An enumeration token that allows the operation to batch the results of the operation.public String getNextToken()
An enumeration token that allows the operation to batch the results of the operation.
public ListRepositoryLinksResult withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
nextToken
- An enumeration token that allows the operation to batch the results of the operation.public String toString()
toString
in class Object
Object.toString()
public ListRepositoryLinksResult clone()