@Generated(value="software.amazon.awssdk:codegen") public final class CodeVulnerabilitiesFilePath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>
Provides details about where a code vulnerability is located in your Lambda function.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeVulnerabilitiesFilePath.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeVulnerabilitiesFilePath.Builder |
builder() |
Integer |
endLine()
The line number of the last line of code in which the vulnerability is located.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The name of the file in which the code vulnerability is located.
|
String |
filePath()
The file path to the code in which the vulnerability is located.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeVulnerabilitiesFilePath.Builder> |
serializableBuilderClass() |
Integer |
startLine()
The line number of the first line of code in which the vulnerability is located.
|
CodeVulnerabilitiesFilePath.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 in which the vulnerability is located.
public final String fileName()
The name of the file in which the code vulnerability is located.
public final String filePath()
The file path to the code in which the vulnerability is located.
public final Integer startLine()
The line number of the first line of code in which the vulnerability is located.
public CodeVulnerabilitiesFilePath.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>public static CodeVulnerabilitiesFilePath.Builder builder()
public static Class<? extends CodeVulnerabilitiesFilePath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.