7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
74 template <
typename IdT = Aws::String>
76 m_idHasBeenSet =
true;
77 m_id = std::forward<IdT>(value);
79 template <
typename IdT = Aws::String>
81 SetId(std::forward<IdT>(value));
91 bool m_nameHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
93 bool m_idHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
const Aws::String & GetId() const
CreateActionTargetRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
CreateActionTargetRequest & WithDescription(DescriptionT &&value)
AWS_SECURITYHUB_API CreateActionTargetRequest()=default
CreateActionTargetRequest & WithId(IdT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String