7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
49 bool m_identifierHasBeenSet =
false;
void SetIdentifier(IdentifierT &&value)
GetAutomationRuleV2Request & WithIdentifier(IdentifierT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
AWS_SECURITYHUB_API GetAutomationRuleV2Request()=default
const Aws::String & GetIdentifier() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String