@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RepositoryAnalysis extends Object implements Serializable, Cloneable, StructuredPojo
A code review type that analyzes all code under a specified branch in an associated respository. The assocated
repository is specified using its ARN when you call CreateCodeReview
.
Constructor and Description |
---|
RepositoryAnalysis() |
Modifier and Type | Method and Description |
---|---|
RepositoryAnalysis |
clone() |
boolean |
equals(Object obj) |
RepositoryHeadSourceCodeType |
getRepositoryHead()
A
SourceCodeType that specifies the tip of a branch in an associated repository. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRepositoryHead(RepositoryHeadSourceCodeType repositoryHead)
A
SourceCodeType that specifies the tip of a branch in an associated repository. |
String |
toString()
Returns a string representation of this object.
|
RepositoryAnalysis |
withRepositoryHead(RepositoryHeadSourceCodeType repositoryHead)
A
SourceCodeType that specifies the tip of a branch in an associated repository. |
public void setRepositoryHead(RepositoryHeadSourceCodeType repositoryHead)
A
SourceCodeType
that specifies the tip of a branch in an associated repository.
repositoryHead
- A
SourceCodeType
that specifies the tip of a branch in an associated repository.public RepositoryHeadSourceCodeType getRepositoryHead()
A
SourceCodeType
that specifies the tip of a branch in an associated repository.
SourceCodeType
that specifies the tip of a branch in an associated repository.public RepositoryAnalysis withRepositoryHead(RepositoryHeadSourceCodeType repositoryHead)
A
SourceCodeType
that specifies the tip of a branch in an associated repository.
repositoryHead
- A
SourceCodeType
that specifies the tip of a branch in an associated repository.public String toString()
toString
in class Object
Object.toString()
public RepositoryAnalysis clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.