@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedFindingGroupDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details multiple activities as they related to a potential security event. Detective uses graph analysis technique that infers relationships between findings and entities, and groups them together as a finding group.
Constructor and Description |
---|
RelatedFindingGroupDetail() |
Modifier and Type | Method and Description |
---|---|
RelatedFindingGroupDetail |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the finding group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The unique identifier for the finding group.
|
String |
toString()
Returns a string representation of this object.
|
RelatedFindingGroupDetail |
withId(String id)
The unique identifier for the finding group.
|
public void setId(String id)
The unique identifier for the finding group.
id
- The unique identifier for the finding group.public String getId()
The unique identifier for the finding group.
public RelatedFindingGroupDetail withId(String id)
The unique identifier for the finding group.
id
- The unique identifier for the finding group.public String toString()
toString
in class Object
Object.toString()
public RelatedFindingGroupDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.