7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PathT = Aws::String>
48 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
49 template<
typename PathT = Aws::String>
55 bool m_pathHasBeenSet =
false;
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPath() const
AWS_GUARDDUTY_API HostPath()=default
HostPath & WithPath(PathT &&value)
AWS_GUARDDUTY_API HostPath(Aws::Utils::Json::JsonView jsonValue)
bool PathHasBeenSet() const
AWS_GUARDDUTY_API HostPath & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue