7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/MalwareType.h>
10#include <aws/securityhub/model/MalwareState.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
72 template<
typename PathT = Aws::String>
73 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
74 template<
typename PathT = Aws::String>
90 bool m_nameHasBeenSet =
false;
93 bool m_typeHasBeenSet =
false;
96 bool m_pathHasBeenSet =
false;
99 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