7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/model/HostPath.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetHostPath(
HostPath&& value) { m_hostPathHasBeenSet =
true; m_hostPath = std::move(value); }
70 bool m_nameHasBeenSet =
false;
73 bool m_hostPathHasBeenSet =
false;
Volume & WithHostPath(HostPath &&value)
bool NameHasBeenSet() const
AWS_GUARDDUTY_API Volume()
bool HostPathHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
Volume & WithName(const Aws::String &value)
void SetName(const char *value)
const HostPath & GetHostPath() const
void SetHostPath(const HostPath &value)
AWS_GUARDDUTY_API Volume & operator=(Aws::Utils::Json::JsonView jsonValue)
Volume & WithName(const char *value)
void SetName(Aws::String &&value)
void SetHostPath(HostPath &&value)
Volume & WithHostPath(const HostPath &value)
void SetName(const Aws::String &value)
Volume & WithName(Aws::String &&value)
AWS_GUARDDUTY_API Volume(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue