public static class CodeCommitEvent.CodeCommit extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CodeCommit()
default constructor
|
Modifier and Type | Method and Description |
---|---|
CodeCommitEvent.CodeCommit |
clone() |
boolean |
equals(Object obj) |
List<CodeCommitEvent.Reference> |
getReferences() |
int |
hashCode() |
void |
setReferences(List<CodeCommitEvent.Reference> references) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CodeCommitEvent.CodeCommit |
withReferences(List<CodeCommitEvent.Reference> references) |
public List<CodeCommitEvent.Reference> getReferences()
public void setReferences(List<CodeCommitEvent.Reference> references)
references
- list of Reference objects in the CodeCommit eventpublic CodeCommitEvent.CodeCommit withReferences(List<CodeCommitEvent.Reference> references)
references
- list of Reference objects in the CodeCommit eventpublic String toString()
toString
in class Object
Object.toString()
public CodeCommitEvent.CodeCommit clone()
Copyright © 2019. All rights reserved.