@Generated(value="software.amazon.awssdk:codegen") public final class CodeFilePath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeFilePath.Builder,CodeFilePath>
Contains information on where a code vulnerability is located in your Lambda function.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeFilePath.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeFilePath.Builder |
builder() |
Integer |
endLine()
The line number of the last line of code that a vulnerability was found in.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The name of the file the code vulnerability was found in.
|
String |
filePath()
The file path to the code that a vulnerability was found in.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeFilePath.Builder> |
serializableBuilderClass() |
Integer |
startLine()
The line number of the first line of code that a vulnerability was found in.
|
CodeFilePath.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer endLine()
The line number of the last line of code that a vulnerability was found in.
public final String fileName()
The name of the file the code vulnerability was found in.
public final String filePath()
The file path to the code that a vulnerability was found in.
public final Integer startLine()
The line number of the first line of code that a vulnerability was found in.
public CodeFilePath.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeFilePath.Builder,CodeFilePath>public static CodeFilePath.Builder builder()
public static Class<? extends CodeFilePath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.