Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private UserInfo |
Commit.author
Information about the author of the specified commit.
|
private UserInfo |
Commit.committer
Information about the person who committed the specified commit, also
known as the committer.
|
Modifier and Type | Method and Description |
---|---|
UserInfo |
UserInfo.clone() |
UserInfo |
Commit.getAuthor()
Information about the author of the specified commit.
|
UserInfo |
Commit.getCommitter()
Information about the person who committed the specified commit, also
known as the committer.
|
UserInfo |
UserInfo.withDate(java.lang.String dateValue)
The date when the specified commit was pushed to the repository.
|
UserInfo |
UserInfo.withEmail(java.lang.String email)
The email address associated with the user who made the commit, if any.
|
UserInfo |
UserInfo.withName(java.lang.String name)
The name of the user who made the specified commit.
|
Modifier and Type | Method and Description |
---|---|
void |
Commit.setAuthor(UserInfo author)
Information about the author of the specified commit.
|
void |
Commit.setCommitter(UserInfo committer)
Information about the person who committed the specified commit, also
known as the committer.
|
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.
|
Modifier and Type | Method and Description |
---|---|
UserInfo |
UserInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserInfoJsonMarshaller.marshall(UserInfo userInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|