7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/MalwareState.h>
10#include <aws/securityhub/model/MalwareType.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 m_typeHasBeenSet =
true;
78 template <
typename PathT = Aws::String>
80 m_pathHasBeenSet =
true;
81 m_path = std::forward<PathT>(value);
83 template <
typename PathT = Aws::String>
85 SetPath(std::forward<PathT>(value));
97 m_stateHasBeenSet =
true;
113 bool m_nameHasBeenSet =
false;
114 bool m_typeHasBeenSet =
false;
115 bool m_pathHasBeenSet =
false;
116 bool m_stateHasBeenSet =
false;
AWS_SECURITYHUB_API Malware & operator=(Aws::Utils::Json::JsonView jsonValue)
MalwareState GetState() const
bool PathHasBeenSet() const
void SetType(MalwareType value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
Malware & WithState(MalwareState value)
AWS_SECURITYHUB_API Malware()=default
Malware & WithPath(PathT &&value)
const Aws::String & GetPath() const
Malware & WithName(NameT &&value)
Malware & WithType(MalwareType value)
MalwareType GetType() const
AWS_SECURITYHUB_API Malware(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetState(MalwareState value)
void SetName(NameT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue