7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
9#include <aws/guardduty/model/TriggerType.h>
41 template <
typename GuardDutyFindingIdT = Aws::String>
43 m_guardDutyFindingIdHasBeenSet =
true;
44 m_guardDutyFindingId = std::forward<GuardDutyFindingIdT>(value);
46 template <
typename GuardDutyFindingIdT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 m_triggerTypeHasBeenSet =
true;
79 m_triggerType = value;
92 bool m_guardDutyFindingIdHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
94 bool m_triggerTypeHasBeenSet =
false;
AWS_GUARDDUTY_API TriggerDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
TriggerDetails & WithGuardDutyFindingId(GuardDutyFindingIdT &&value)
void SetGuardDutyFindingId(GuardDutyFindingIdT &&value)
bool GuardDutyFindingIdHasBeenSet() const
const Aws::String & GetGuardDutyFindingId() const
AWS_GUARDDUTY_API TriggerDetails()=default
void SetDescription(DescriptionT &&value)
void SetTriggerType(TriggerType value)
TriggerDetails & WithTriggerType(TriggerType value)
bool TriggerTypeHasBeenSet() const
TriggerDetails & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
TriggerType GetTriggerType() const
bool DescriptionHasBeenSet() const
AWS_GUARDDUTY_API TriggerDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue