@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 Amazon Resource Name (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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (ARN) of the related finding.
arn
- The Amazon Resource Name (ARN) of the related finding.public String getArn()
The Amazon Resource Name (ARN) of the related finding.
public RelatedFindingDetail withArn(String arn)
The Amazon Resource Name (ARN) of the related finding.
arn
- The Amazon Resource Name (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 Object
Object.toString()
public RelatedFindingDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.