7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
61 template<
typename ProductArnT = Aws::String>
62 void SetProductArn(ProductArnT&& value) { m_productArnHasBeenSet =
true; m_productArn = std::forward<ProductArnT>(value); }
63 template<
typename ProductArnT = Aws::String>
69 bool m_idHasBeenSet =
false;
72 bool m_productArnHasBeenSet =
false;
bool IdHasBeenSet() const
AwsSecurityFindingIdentifier & WithProductArn(ProductArnT &&value)
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier()=default
AwsSecurityFindingIdentifier & WithId(IdT &&value)
bool ProductArnHasBeenSet() const
const Aws::String & GetProductArn() const
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetProductArn(ProductArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue