7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename ActionTargetArnT = Aws::String>
42 m_actionTargetArnHasBeenSet =
true;
43 m_actionTargetArn = std::forward<ActionTargetArnT>(value);
45 template <
typename ActionTargetArnT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 bool m_actionTargetArnHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
ActionTarget & WithActionTargetArn(ActionTargetArnT &&value)
const Aws::String & GetActionTargetArn() const
AWS_SECURITYHUB_API ActionTarget()=default
void SetName(NameT &&value)
AWS_SECURITYHUB_API ActionTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
bool ActionTargetArnHasBeenSet() const
void SetActionTargetArn(ActionTargetArnT &&value)
AWS_SECURITYHUB_API ActionTarget(Aws::Utils::Json::JsonView jsonValue)
ActionTarget & WithDescription(DescriptionT &&value)
ActionTarget & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue