7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NestedItemPathT = Aws::String>
48 void SetNestedItemPath(NestedItemPathT&& value) { m_nestedItemPathHasBeenSet =
true; m_nestedItemPath = std::forward<NestedItemPathT>(value); }
49 template<
typename NestedItemPathT = Aws::String>
59 template<
typename HashT = Aws::String>
60 void SetHash(HashT&& value) { m_hashHasBeenSet =
true; m_hash = std::forward<HashT>(value); }
61 template<
typename HashT = Aws::String>
67 bool m_nestedItemPathHasBeenSet =
false;
70 bool m_hashHasBeenSet =
false;
AWS_GUARDDUTY_API ItemPath & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHash(HashT &&value)
ItemPath & WithHash(HashT &&value)
ItemPath & WithNestedItemPath(NestedItemPathT &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNestedItemPath(NestedItemPathT &&value)
bool NestedItemPathHasBeenSet() const
const Aws::String & GetHash() const
const Aws::String & GetNestedItemPath() const
bool HashHasBeenSet() const
AWS_GUARDDUTY_API ItemPath(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API ItemPath()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue