@Generated(value="software.amazon.awssdk:codegen") public final class Finding extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Finding.Builder,Finding>
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
| 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 of the finding.
|
static Finding.Builder |
builder() |
Double |
confidence()
The confidence score for the finding.
|
String |
createdAt()
The time and date when 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 where 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 of the finding.
|
Finding.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of finding.
|
String |
updatedAt()
The time and date when the finding was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the account in which the finding was generated.
public final String arn()
The ARN of the finding.
public final Double confidence()
The confidence score for the finding.
public final String createdAt()
The time and date when the finding was created.
public final String description()
The description of the finding.
public final String id()
The ID of the finding.
public final String partition()
The partition associated with the finding.
public final String region()
The Region where the finding was generated.
public final Resource resource()
public final String schemaVersion()
The version of the schema used for the finding.
public final Service service()
public final Double severity()
The severity of the finding.
public final String title()
The title of the finding.
public final String type()
The type of finding.
public final String updatedAt()
The time and date when the finding was last 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.