@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Finding extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
Constructor and Description |
---|
Finding() |
Modifier and Type | Method and Description |
---|---|
Finding |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the account in which the finding was generated.
|
String |
getArn()
The ARN of the finding.
|
Double |
getConfidence()
The confidence score for the finding.
|
String |
getCreatedAt()
The time and date when the finding was created.
|
String |
getDescription()
The description of the finding.
|
String |
getId()
The ID of the finding.
|
String |
getPartition()
The partition associated with the finding.
|
String |
getRegion()
The Region where the finding was generated.
|
Resource |
getResource() |
String |
getSchemaVersion()
The version of the schema used for the finding.
|
Service |
getService() |
Double |
getSeverity()
The severity of the finding.
|
String |
getTitle()
The title of the finding.
|
String |
getType()
The type of finding.
|
String |
getUpdatedAt()
The time and date when the finding was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of the account in which the finding was generated.
|
void |
setArn(String arn)
The ARN of the finding.
|
void |
setConfidence(Double confidence)
The confidence score for the finding.
|
void |
setCreatedAt(String createdAt)
The time and date when the finding was created.
|
void |
setDescription(String description)
The description of the finding.
|
void |
setId(String id)
The ID of the finding.
|
void |
setPartition(String partition)
The partition associated with the finding.
|
void |
setRegion(String region)
The Region where the finding was generated.
|
void |
setResource(Resource resource) |
void |
setSchemaVersion(String schemaVersion)
The version of the schema used for the finding.
|
void |
setService(Service service) |
void |
setSeverity(Double severity)
The severity of the finding.
|
void |
setTitle(String title)
The title of the finding.
|
void |
setType(String type)
The type of finding.
|
void |
setUpdatedAt(String updatedAt)
The time and date when the finding was last updated.
|
String |
toString()
Returns a string representation of this object.
|
Finding |
withAccountId(String accountId)
The ID of the account in which the finding was generated.
|
Finding |
withArn(String arn)
The ARN of the finding.
|
Finding |
withConfidence(Double confidence)
The confidence score for the finding.
|
Finding |
withCreatedAt(String createdAt)
The time and date when the finding was created.
|
Finding |
withDescription(String description)
The description of the finding.
|
Finding |
withId(String id)
The ID of the finding.
|
Finding |
withPartition(String partition)
The partition associated with the finding.
|
Finding |
withRegion(String region)
The Region where the finding was generated.
|
Finding |
withResource(Resource resource) |
Finding |
withSchemaVersion(String schemaVersion)
The version of the schema used for the finding.
|
Finding |
withService(Service service) |
Finding |
withSeverity(Double severity)
The severity of the finding.
|
Finding |
withTitle(String title)
The title of the finding.
|
Finding |
withType(String type)
The type of finding.
|
Finding |
withUpdatedAt(String updatedAt)
The time and date when the finding was last updated.
|
public void setAccountId(String accountId)
The ID of the account in which the finding was generated.
accountId
- The ID of the account in which the finding was generated.public String getAccountId()
The ID of the account in which the finding was generated.
public Finding withAccountId(String accountId)
The ID of the account in which the finding was generated.
accountId
- The ID of the account in which the finding was generated.public void setArn(String arn)
The ARN of the finding.
arn
- The ARN of the finding.public String getArn()
The ARN of the finding.
public Finding withArn(String arn)
The ARN of the finding.
arn
- The ARN of the finding.public void setConfidence(Double confidence)
The confidence score for the finding.
confidence
- The confidence score for the finding.public Double getConfidence()
The confidence score for the finding.
public Finding withConfidence(Double confidence)
The confidence score for the finding.
confidence
- The confidence score for the finding.public void setCreatedAt(String createdAt)
The time and date when the finding was created.
createdAt
- The time and date when the finding was created.public String getCreatedAt()
The time and date when the finding was created.
public Finding withCreatedAt(String createdAt)
The time and date when the finding was created.
createdAt
- The time and date when the finding was created.public void setDescription(String description)
The description of the finding.
description
- The description of the finding.public String getDescription()
The description of the finding.
public Finding withDescription(String description)
The description of the finding.
description
- The description of the finding.public void setId(String id)
The ID of the finding.
id
- The ID of the finding.public String getId()
The ID of the finding.
public Finding withId(String id)
The ID of the finding.
id
- The ID of the finding.public void setPartition(String partition)
The partition associated with the finding.
partition
- The partition associated with the finding.public String getPartition()
The partition associated with the finding.
public Finding withPartition(String partition)
The partition associated with the finding.
partition
- The partition associated with the finding.public void setRegion(String region)
The Region where the finding was generated.
region
- The Region where the finding was generated.public String getRegion()
The Region where the finding was generated.
public Finding withRegion(String region)
The Region where the finding was generated.
region
- The Region where the finding was generated.public void setResource(Resource resource)
resource
- public Resource getResource()
public Finding withResource(Resource resource)
resource
- public void setSchemaVersion(String schemaVersion)
The version of the schema used for the finding.
schemaVersion
- The version of the schema used for the finding.public String getSchemaVersion()
The version of the schema used for the finding.
public Finding withSchemaVersion(String schemaVersion)
The version of the schema used for the finding.
schemaVersion
- The version of the schema used for the finding.public void setService(Service service)
service
- public Service getService()
public Finding withService(Service service)
service
- public void setSeverity(Double severity)
The severity of the finding.
severity
- The severity of the finding.public Double getSeverity()
The severity of the finding.
public Finding withSeverity(Double severity)
The severity of the finding.
severity
- The severity of the finding.public void setTitle(String title)
The title of the finding.
title
- The title of the finding.public String getTitle()
The title of the finding.
public Finding withTitle(String title)
The title of the finding.
title
- The title of the finding.public void setType(String type)
The type of finding.
type
- The type of finding.public String getType()
The type of finding.
public Finding withType(String type)
The type of finding.
type
- The type of finding.public void setUpdatedAt(String updatedAt)
The time and date when the finding was last updated.
updatedAt
- The time and date when the finding was last updated.public String getUpdatedAt()
The time and date when the finding was last updated.
public Finding withUpdatedAt(String updatedAt)
The time and date when the finding was last updated.
updatedAt
- The time and date when the 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.