@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Finding extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Finding() |
| Modifier and Type | Method and Description |
|---|---|
Finding |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
|
String |
getArn()
The ARN of a finding described by the action.
|
Double |
getConfidence()
The confidence level of a finding.
|
String |
getCreatedAt()
The time stamp at which a finding was generated.
|
String |
getDescription()
The description of a finding.
|
String |
getId()
The identifier that corresponds to a finding described by the action.
|
String |
getPartition()
The AWS resource partition.
|
String |
getRegion()
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
|
Resource |
getResource()
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
String |
getSchemaVersion()
Findings' schema version.
|
Service |
getService()
Additional information assigned to the generated finding by GuardDuty.
|
Double |
getSeverity()
The severity of a finding.
|
String |
getTitle()
The title of a finding.
|
String |
getType()
The type of a finding described by the action.
|
String |
getUpdatedAt()
The time stamp at which a finding was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
|
void |
setArn(String arn)
The ARN of a finding described by the action.
|
void |
setConfidence(Double confidence)
The confidence level of a finding.
|
void |
setCreatedAt(String createdAt)
The time stamp at which a finding was generated.
|
void |
setDescription(String description)
The description of a finding.
|
void |
setId(String id)
The identifier that corresponds to a finding described by the action.
|
void |
setPartition(String partition)
The AWS resource partition.
|
void |
setRegion(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
|
void |
setResource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
void |
setSchemaVersion(String schemaVersion)
Findings' schema version.
|
void |
setService(Service service)
Additional information assigned to the generated finding by GuardDuty.
|
void |
setSeverity(Double severity)
The severity of a finding.
|
void |
setTitle(String title)
The title of a finding.
|
void |
setType(String type)
The type of a finding described by the action.
|
void |
setUpdatedAt(String updatedAt)
The time stamp at which a finding was last updated.
|
String |
toString()
Returns a string representation of this object.
|
Finding |
withAccountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
|
Finding |
withArn(String arn)
The ARN of a finding described by the action.
|
Finding |
withConfidence(Double confidence)
The confidence level of a finding.
|
Finding |
withCreatedAt(String createdAt)
The time stamp at which a finding was generated.
|
Finding |
withDescription(String description)
The description of a finding.
|
Finding |
withId(String id)
The identifier that corresponds to a finding described by the action.
|
Finding |
withPartition(String partition)
The AWS resource partition.
|
Finding |
withRegion(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
|
Finding |
withResource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
Finding |
withSchemaVersion(String schemaVersion)
Findings' schema version.
|
Finding |
withService(Service service)
Additional information assigned to the generated finding by GuardDuty.
|
Finding |
withSeverity(Double severity)
The severity of a finding.
|
Finding |
withTitle(String title)
The title of a finding.
|
Finding |
withType(String type)
The type of a finding described by the action.
|
Finding |
withUpdatedAt(String updatedAt)
The time stamp at which a finding was last updated.
|
public void setAccountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
accountId - AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.public String getAccountId()
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
public Finding withAccountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
accountId - AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.public void setArn(String arn)
The ARN of a finding described by the action.
arn - The ARN of a finding described by the action.public String getArn()
The ARN of a finding described by the action.
public Finding withArn(String arn)
The ARN of a finding described by the action.
arn - The ARN of a finding described by the action.public void setConfidence(Double confidence)
The confidence level of a finding.
confidence - The confidence level of a finding.public Double getConfidence()
The confidence level of a finding.
public Finding withConfidence(Double confidence)
The confidence level of a finding.
confidence - The confidence level of a finding.public void setCreatedAt(String createdAt)
The time stamp at which a finding was generated.
createdAt - The time stamp at which a finding was generated.public String getCreatedAt()
The time stamp at which a finding was generated.
public Finding withCreatedAt(String createdAt)
The time stamp at which a finding was generated.
createdAt - The time stamp at which a finding was generated.public void setDescription(String description)
The description of a finding.
description - The description of a finding.public String getDescription()
The description of a finding.
public Finding withDescription(String description)
The description of a finding.
description - The description of a finding.public void setId(String id)
The identifier that corresponds to a finding described by the action.
id - The identifier that corresponds to a finding described by the action.public String getId()
The identifier that corresponds to a finding described by the action.
public Finding withId(String id)
The identifier that corresponds to a finding described by the action.
id - The identifier that corresponds to a finding described by the action.public void setPartition(String partition)
The AWS resource partition.
partition - The AWS resource partition.public String getPartition()
The AWS resource partition.
public Finding withPartition(String partition)
The AWS resource partition.
partition - The AWS resource partition.public void setRegion(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
region - The AWS region where the activity occurred that prompted GuardDuty to generate a finding.public String getRegion()
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
public Finding withRegion(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
region - The AWS region where the activity occurred that prompted GuardDuty to generate a finding.public void setResource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
resource - The AWS resource associated with the activity that prompted GuardDuty to generate a finding.public Resource getResource()
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
public Finding withResource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
resource - The AWS resource associated with the activity that prompted GuardDuty to generate a finding.public void setSchemaVersion(String schemaVersion)
Findings' schema version.
schemaVersion - Findings' schema version.public String getSchemaVersion()
Findings' schema version.
public Finding withSchemaVersion(String schemaVersion)
Findings' schema version.
schemaVersion - Findings' schema version.public void setService(Service service)
Additional information assigned to the generated finding by GuardDuty.
service - Additional information assigned to the generated finding by GuardDuty.public Service getService()
Additional information assigned to the generated finding by GuardDuty.
public Finding withService(Service service)
Additional information assigned to the generated finding by GuardDuty.
service - Additional information assigned to the generated finding by GuardDuty.public void setSeverity(Double severity)
The severity of a finding.
severity - The severity of a finding.public Double getSeverity()
The severity of a finding.
public Finding withSeverity(Double severity)
The severity of a finding.
severity - The severity of a finding.public void setTitle(String title)
The title of a finding.
title - The title of a finding.public String getTitle()
The title of a finding.
public Finding withTitle(String title)
The title of a finding.
title - The title of a finding.public void setType(String type)
The type of a finding described by the action.
type - The type of a finding described by the action.public String getType()
The type of a finding described by the action.
public Finding withType(String type)
The type of a finding described by the action.
type - The type of a finding described by the action.public void setUpdatedAt(String updatedAt)
The time stamp at which a finding was last updated.
updatedAt - The time stamp at which a finding was last updated.public String getUpdatedAt()
The time stamp at which a finding was last updated.
public Finding withUpdatedAt(String updatedAt)
The time stamp at which a finding was last updated.
updatedAt - The time stamp at which a finding was last updated.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.