@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 repository. The associated
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. |
SourceCodeType |
getSourceCodeType() |
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. |
void |
setSourceCodeType(SourceCodeType sourceCodeType) |
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. |
RepositoryAnalysis |
withSourceCodeType(SourceCodeType sourceCodeType) |
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 void setSourceCodeType(SourceCodeType sourceCodeType)
sourceCodeType
- public SourceCodeType getSourceCodeType()
public RepositoryAnalysis withSourceCodeType(SourceCodeType sourceCodeType)
sourceCodeType
- 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.