StructuredPojo
, ToCopyableBuilder<Finding.Builder,Finding>
@Generated("software.amazon.awssdk:codegen") public class Finding extends Object implements StructuredPojo, ToCopyableBuilder<Finding.Builder,Finding>
Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Finding.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The ARN that specifies the finding.
|
AssetAttributes |
assetAttributes() |
A collection of attributes of the host from which the finding is generated.
|
String |
assetType() |
The type of the host from which the finding is generated.
|
List<Attribute> |
attributes() |
The system-defined attributes for the finding.
|
static Finding.Builder |
builder() |
|
Integer |
confidence() |
This data element is currently not used.
|
Date |
createdAt() |
The time when the finding was generated.
|
String |
description() |
The description of the finding.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the finding.
|
Boolean |
indicatorOfCompromise() |
This data element is currently not used.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Double |
numericSeverity() |
The numeric value of the finding severity.
|
String |
recommendation() |
The recommendation for the finding.
|
Integer |
schemaVersion() |
The schema version of this data type.
|
static Class<? extends Finding.Builder> |
serializableBuilderClass() |
|
String |
service() |
The data element is set to "Inspector".
|
InspectorServiceAttributes |
serviceAttributes() |
This data type is used in the Finding data type.
|
String |
severity() |
The finding severity.
|
String |
title() |
The name of the finding.
|
Finding.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updatedAt() |
The time when AddAttributesToFindings is called.
|
List<Attribute> |
userAttributes() |
The user-defined attributes that are assigned to the finding.
|
public String arn()
The ARN that specifies the finding.
public Integer schemaVersion()
The schema version of this data type.
public String service()
The data element is set to "Inspector".
public InspectorServiceAttributes serviceAttributes()
This data type is used in the Finding data type.
public String assetType()
The type of the host from which the finding is generated.
AssetType
public AssetAttributes assetAttributes()
A collection of attributes of the host from which the finding is generated.
public String id()
The ID of the finding.
public String title()
The name of the finding.
public String description()
The description of the finding.
public String recommendation()
The recommendation for the finding.
public String severity()
The finding severity. Values can be set to High, Medium, Low, and Informational.
Severity
public Double numericSeverity()
The numeric value of the finding severity.
public Integer confidence()
This data element is currently not used.
public Boolean indicatorOfCompromise()
This data element is currently not used.
public List<Attribute> attributes()
The system-defined attributes for the finding.
public List<Attribute> userAttributes()
The user-defined attributes that are assigned to the finding.
public Date createdAt()
The time when the finding was generated.
public Date updatedAt()
The time when AddAttributesToFindings is called.
public Finding.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Finding.Builder,Finding>
public static Finding.Builder builder()
public static Class<? extends Finding.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.