@Generated(value="software.amazon.awssdk:codegen") public final class Finding extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Finding.Builder,Finding>
Contains information about the finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Finding.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the account in which the finding was generated.
|
String |
arn()
The ARN for the finding.
|
static Finding.Builder |
builder() |
Double |
confidence()
The confidence score for the finding.
|
String |
createdAt()
The time and date at which the finding was created.
|
String |
description()
The description of the finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the finding.
|
String |
partition()
The partition associated with the finding.
|
String |
region()
The Region in which the finding was generated.
|
Resource |
resource()
Returns the value of the Resource property for this object.
|
String |
schemaVersion()
The version of the schema used for the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Finding.Builder> |
serializableBuilderClass() |
Service |
service()
Returns the value of the Service property for this object.
|
Double |
severity()
The severity of the finding.
|
String |
title()
The title for the finding.
|
Finding.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the finding.
|
String |
updatedAt()
The time and date at which the finding was laste updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accountId()
The ID of the account in which the finding was generated.
public String arn()
The ARN for the finding.
public Double confidence()
The confidence score for the finding.
public String createdAt()
The time and date at which the finding was created.
public String description()
The description of the finding.
public String id()
The ID of the finding.
public String partition()
The partition associated with the finding.
public String region()
The Region in which the finding was generated.
public Resource resource()
public String schemaVersion()
The version of the schema used for the finding.
public Service service()
public Double severity()
The severity of the finding.
public String title()
The title for the finding.
public String type()
The type of the finding.
public String updatedAt()
The time and date at which the finding was laste updated.
public Finding.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Finding.Builder,Finding>public static Finding.Builder builder()
public static Class<? extends Finding.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.