@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TriggerDetails extends Object implements Serializable, Cloneable, StructuredPojo
Represents the reason the scan was triggered.
| Constructor and Description |
|---|
TriggerDetails() |
| Modifier and Type | Method and Description |
|---|---|
TriggerDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the scan trigger.
|
String |
getGuardDutyFindingId()
The ID of the GuardDuty finding that triggered the BirdDog scan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the scan trigger.
|
void |
setGuardDutyFindingId(String guardDutyFindingId)
The ID of the GuardDuty finding that triggered the BirdDog scan.
|
String |
toString()
Returns a string representation of this object.
|
TriggerDetails |
withDescription(String description)
The description of the scan trigger.
|
TriggerDetails |
withGuardDutyFindingId(String guardDutyFindingId)
The ID of the GuardDuty finding that triggered the BirdDog scan.
|
public void setGuardDutyFindingId(String guardDutyFindingId)
The ID of the GuardDuty finding that triggered the BirdDog scan.
guardDutyFindingId - The ID of the GuardDuty finding that triggered the BirdDog scan.public String getGuardDutyFindingId()
The ID of the GuardDuty finding that triggered the BirdDog scan.
public TriggerDetails withGuardDutyFindingId(String guardDutyFindingId)
The ID of the GuardDuty finding that triggered the BirdDog scan.
guardDutyFindingId - The ID of the GuardDuty finding that triggered the BirdDog scan.public void setDescription(String description)
The description of the scan trigger.
description - The description of the scan trigger.public String getDescription()
The description of the scan trigger.
public TriggerDetails withDescription(String description)
The description of the scan trigger.
description - The description of the scan trigger.public String toString()
toString in class ObjectObject.toString()public TriggerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.