@Generated(value="software.amazon.awssdk:codegen") public final class RepositoryAnalysis extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositoryAnalysis.Builder,RepositoryAnalysis>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryAnalysis.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryAnalysis.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RepositoryHeadSourceCodeType |
repositoryHead()
A SourceCodeType that
specifies the tip of a branch in an associated repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositoryAnalysis.Builder> |
serializableBuilderClass() |
SourceCodeType |
sourceCodeType()
Returns the value of the SourceCodeType property for this object.
|
RepositoryAnalysis.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RepositoryHeadSourceCodeType repositoryHead()
A SourceCodeType that specifies the tip of a branch in an associated repository.
public final SourceCodeType sourceCodeType()
public RepositoryAnalysis.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositoryAnalysis.Builder,RepositoryAnalysis>public static RepositoryAnalysis.Builder builder()
public static Class<? extends RepositoryAnalysis.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.