@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public TriggerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.