@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
accountId
- AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.public String getAccountId()
public Finding withAccountId(String accountId)
accountId
- AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.public void setArn(String arn)
arn
- The ARN of a finding described by the action.public String getArn()
public Finding withArn(String arn)
arn
- The ARN of a finding described by the action.public void setConfidence(Double confidence)
confidence
- The confidence level of a finding.public Double getConfidence()
public Finding withConfidence(Double confidence)
confidence
- The confidence level of a finding.public void setCreatedAt(String createdAt)
createdAt
- The time stamp at which a finding was generated.public String getCreatedAt()
public Finding withCreatedAt(String createdAt)
createdAt
- The time stamp at which a finding was generated.public void setDescription(String description)
description
- The description of a finding.public String getDescription()
public Finding withDescription(String description)
description
- The description of a finding.public void setId(String id)
id
- The identifier that corresponds to a finding described by the action.public String getId()
public Finding withId(String id)
id
- The identifier that corresponds to a finding described by the action.public void setPartition(String partition)
partition
- The AWS resource partition.public String getPartition()
public Finding withPartition(String partition)
partition
- The AWS resource partition.public void setRegion(String region)
region
- The AWS region where the activity occurred that prompted GuardDuty to generate a finding.public String getRegion()
public Finding withRegion(String region)
region
- The AWS region where the activity occurred that prompted GuardDuty to generate a finding.public void setResource(Resource resource)
resource
- The AWS resource associated with the activity that prompted GuardDuty to generate a finding.public Resource getResource()
public Finding withResource(Resource resource)
resource
- The AWS resource associated with the activity that prompted GuardDuty to generate a finding.public void setSchemaVersion(String schemaVersion)
schemaVersion
- Findings' schema version.public String getSchemaVersion()
public Finding withSchemaVersion(String schemaVersion)
schemaVersion
- Findings' schema version.public void setService(Service service)
service
- Additional information assigned to the generated finding by GuardDuty.public Service getService()
public Finding withService(Service service)
service
- Additional information assigned to the generated finding by GuardDuty.public void setSeverity(Double severity)
severity
- The severity of a finding.public Double getSeverity()
public Finding withSeverity(Double severity)
severity
- The severity of a finding.public void setTitle(String title)
title
- The title of a finding.public String getTitle()
public Finding withTitle(String title)
title
- The title of a finding.public void setType(String type)
type
- The type of a finding described by the action.public String getType()
public Finding withType(String type)
type
- The type of a finding described by the action.public void setUpdatedAt(String updatedAt)
updatedAt
- The time stamp at which a finding was last updated.public String getUpdatedAt()
public Finding withUpdatedAt(String updatedAt)
updatedAt
- The time stamp at which a finding was last updated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.