Class ListApplicationRevisionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a list application revisions operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If a large amount of information is returned, an identifier will also be returned.A list of locations that contain the matching revisions.int
hashCode()
void
setNextToken
(String nextToken) If a large amount of information is returned, an identifier will also be returned.void
setRevisions
(Collection<RevisionLocation> revisions) A list of locations that contain the matching revisions.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) If a large amount of information is returned, an identifier will also be returned.withRevisions
(RevisionLocation... revisions) A list of locations that contain the matching revisions.withRevisions
(Collection<RevisionLocation> revisions) A list of locations that contain the matching revisions.
-
Constructor Details
-
ListApplicationRevisionsResult
public ListApplicationRevisionsResult()
-
-
Method Details
-
getRevisions
A list of locations that contain the matching revisions.
- Returns:
- A list of locations that contain the matching revisions.
-
setRevisions
A list of locations that contain the matching revisions.
- Parameters:
revisions
- A list of locations that contain the matching revisions.
-
withRevisions
A list of locations that contain the matching revisions.
NOTE: This method appends the values to the existing list (if any). Use
setRevisions(java.util.Collection)
orwithRevisions(java.util.Collection)
if you want to override the existing values.- Parameters:
revisions
- A list of locations that contain the matching revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRevisions
A list of locations that contain the matching revisions.
- Parameters:
revisions
- A list of locations that contain the matching revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
- Parameters:
nextToken
- If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
-
getNextToken
If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
- Returns:
- If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
-
withNextToken
If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
- Parameters:
nextToken
- If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.- 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
-