7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
61 template <
typename ProductArnT = Aws::String>
63 m_productArnHasBeenSet =
true;
64 m_productArn = std::forward<ProductArnT>(value);
66 template <
typename ProductArnT = Aws::String>
76 bool m_idHasBeenSet =
false;
77 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