Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private Commit |
GetCommitResult.commit
Information about the specified commit.
|
Modifier and Type | Method and Description |
---|---|
Commit |
Commit.clone() |
Commit |
GetCommitResult.getCommit()
Information about the specified commit.
|
Commit |
Commit.withAdditionalData(java.lang.String additionalData)
Any additional data associated with the specified commit.
|
Commit |
Commit.withAuthor(UserInfo author)
Information about the author of the specified commit.
|
Commit |
Commit.withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also
known as the committer.
|
Commit |
Commit.withMessage(java.lang.String message)
The message associated with the specified commit.
|
Commit |
Commit.withParents(java.util.Collection<java.lang.String> parents)
The parent list for the specified commit.
|
Commit |
Commit.withParents(java.lang.String... parents)
The parent list for the specified commit.
|
Commit |
Commit.withTreeId(java.lang.String treeId)
Tree information for the specified commit.
|
Modifier and Type | Method and Description |
---|---|
void |
GetCommitResult.setCommit(Commit commit)
Information about the specified commit.
|
GetCommitResult |
GetCommitResult.withCommit(Commit commit)
Information about the specified commit.
|
Modifier and Type | Method and Description |
---|---|
Commit |
CommitJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommitJsonMarshaller.marshall(Commit commit,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|