7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
9#include <aws/guardduty/model/HostPath.h>
30 AWS_GUARDDUTY_API
Volume() =
default;
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename HostPathT = HostPath>
62 m_hostPathHasBeenSet =
true;
63 m_hostPath = std::forward<HostPathT>(value);
65 template <
typename HostPathT = HostPath>
75 bool m_nameHasBeenSet =
false;
76 bool m_hostPathHasBeenSet =
false;
Volume & WithHostPath(HostPathT &&value)
bool NameHasBeenSet() const
void SetHostPath(HostPathT &&value)
bool HostPathHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_GUARDDUTY_API Volume()=default
const HostPath & GetHostPath() const
AWS_GUARDDUTY_API Volume & operator=(Aws::Utils::Json::JsonView jsonValue)
Volume & WithName(NameT &&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