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 IdentifierT = Aws::String>
39 m_identifierHasBeenSet =
true;
40 m_identifier = std::forward<IdentifierT>(value);
42 template <
typename IdentifierT = Aws::String>
50 bool m_identifierHasBeenSet =
false;
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
AWS_SECURITYHUB_API DeleteAutomationRuleV2Request()=default
DeleteAutomationRuleV2Request & WithIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String