@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFileCommitHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFileCommitHistoryResult() |
Modifier and Type | Method and Description |
---|---|
ListFileCommitHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An enumeration token that can be used to return the next batch of results.
|
List<FileVersion> |
getRevisionDag()
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
|
void |
setRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
String |
toString()
Returns a string representation of this object.
|
ListFileCommitHistoryResult |
withNextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
|
ListFileCommitHistoryResult |
withRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
ListFileCommitHistoryResult |
withRevisionDag(FileVersion... revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FileVersion> getRevisionDag()
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the commits that changed the file.
public void setRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the commits that changed the file.
revisionDag
- An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made
by the commits that changed the file.public ListFileCommitHistoryResult withRevisionDag(FileVersion... revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the commits that changed the file.
NOTE: This method appends the values to the existing list (if any). Use
setRevisionDag(java.util.Collection)
or withRevisionDag(java.util.Collection)
if you want to
override the existing values.
revisionDag
- An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made
by the commits that changed the file.public ListFileCommitHistoryResult withRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the commits that changed the file.
revisionDag
- An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made
by the commits that changed the file.public void setNextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
nextToken
- An enumeration token that can be used to return the next batch of results.public String getNextToken()
An enumeration token that can be used to return the next batch of results.
public ListFileCommitHistoryResult withNextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
nextToken
- An enumeration token that can be used to return the next batch of results.public String toString()
toString
in class Object
Object.toString()
public ListFileCommitHistoryResult clone()