7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename PathT = Aws::String>
62 m_pathHasBeenSet =
true;
63 m_path = std::forward<PathT>(value);
65 template <
typename PathT = Aws::String>
67 SetPath(std::forward<PathT>(value));
79 template <
typename Sha256T = Aws::String>
81 m_sha256HasBeenSet =
true;
82 m_sha256 = std::forward<Sha256T>(value);
84 template <
typename Sha256T = Aws::String>
96 bool m_nameHasBeenSet =
false;
97 bool m_pathHasBeenSet =
false;
98 bool m_sha256HasBeenSet =
false;
ActorProcess & WithName(NameT &&value)
bool PathHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ActorProcess(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetPath() const
void SetSha256(Sha256T &&value)
bool Sha256HasBeenSet() const
ActorProcess & WithPath(PathT &&value)
void SetPath(PathT &&value)
ActorProcess & WithSha256(Sha256T &&value)
const Aws::String & GetSha256() const
bool NameHasBeenSet() const
AWS_GUARDDUTY_API ActorProcess & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API ActorProcess()=default
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue