public class ListApplicationRevisionsResult extends Object implements Serializable
Represents the output of a list application revisions operation.
| Constructor and Description |
|---|
ListApplicationRevisionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list application revisions call to return the next set of application
revisions in the list.
|
List<RevisionLocation> |
getRevisions()
A list of revision locations that contain the matching revisions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list application revisions call to return the next set of application
revisions in the list.
|
void |
setRevisions(Collection<RevisionLocation> revisions)
A list of revision locations that contain the matching revisions.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationRevisionsResult |
withNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list application revisions call to return the next set of application
revisions in the list.
|
ListApplicationRevisionsResult |
withRevisions(Collection<RevisionLocation> revisions)
A list of revision locations that contain the matching revisions.
|
ListApplicationRevisionsResult |
withRevisions(RevisionLocation... revisions)
A list of revision locations that contain the matching revisions.
|
public List<RevisionLocation> getRevisions()
public void setRevisions(Collection<RevisionLocation> revisions)
revisions - A list of revision locations that contain the matching revisions.public ListApplicationRevisionsResult withRevisions(RevisionLocation... revisions)
Returns a reference to this object so that method calls can be chained together.
revisions - A list of revision locations that contain the matching revisions.public ListApplicationRevisionsResult withRevisions(Collection<RevisionLocation> revisions)
Returns a reference to this object so that method calls can be chained together.
revisions - A list of revision locations that contain the matching revisions.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list application revisions call to return the next set of application
revisions in the list.public ListApplicationRevisionsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list application revisions call to return the next set of application
revisions in the list.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.