@Generated(value="software.amazon.awssdk:codegen") public final class RecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
Information about recommendations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommendationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationSummary.Builder |
builder() |
String |
description()
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line
and the end line.
|
Integer |
endLine()
Last line where the recommendation is applicable in the source commit or source branch.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
Name of the file on which a recommendation is provided.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recommendationId()
The recommendation ID that can be used to track the provided recommendations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommendationSummary.Builder> |
serializableBuilderClass() |
Integer |
startLine()
Start line from where the recommendation is applicable in the source commit or source branch.
|
RecommendationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String filePath()
Name of the file on which a recommendation is provided.
public String recommendationId()
The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
public Integer startLine()
Start line from where the recommendation is applicable in the source commit or source branch.
public Integer endLine()
Last line where the recommendation is applicable in the source commit or source branch. For a single line comment the start line and end line values are the same.
public String description()
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.
public RecommendationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>public static RecommendationSummary.Builder builder()
public static Class<? extends RecommendationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.