@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedFindingDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details related activities associated with a potential security event. Lists all distinct categories of evidence that are connected to the resource or the finding group.
| Constructor and Description |
|---|
RelatedFindingDetail() |
| Modifier and Type | Method and Description |
|---|---|
RelatedFindingDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the related finding.
|
String |
getIpAddress()
The IP address of the finding.
|
String |
getType()
The type of finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The ARN of the related finding.
|
void |
setIpAddress(String ipAddress)
The IP address of the finding.
|
void |
setType(String type)
The type of finding.
|
String |
toString()
Returns a string representation of this object.
|
RelatedFindingDetail |
withArn(String arn)
The ARN of the related finding.
|
RelatedFindingDetail |
withIpAddress(String ipAddress)
The IP address of the finding.
|
RelatedFindingDetail |
withType(String type)
The type of finding.
|
public void setArn(String arn)
The ARN of the related finding.
arn - The ARN of the related finding.public String getArn()
The ARN of the related finding.
public RelatedFindingDetail withArn(String arn)
The ARN of the related finding.
arn - The ARN of the related finding.public void setType(String type)
The type of finding.
type - The type of finding.public String getType()
The type of finding.
public RelatedFindingDetail withType(String type)
The type of finding.
type - The type of finding.public void setIpAddress(String ipAddress)
The IP address of the finding.
ipAddress - The IP address of the finding.public String getIpAddress()
The IP address of the finding.
public RelatedFindingDetail withIpAddress(String ipAddress)
The IP address of the finding.
ipAddress - The IP address of the finding.public String toString()
toString in class ObjectObject.toString()public RelatedFindingDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.