7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ActionTargetArnT = Aws::String>
47 void SetActionTargetArn(ActionTargetArnT&& value) { m_actionTargetArnHasBeenSet =
true; m_actionTargetArn = std::forward<ActionTargetArnT>(value); }
48 template<
typename ActionTargetArnT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
78 bool m_actionTargetArnHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 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