7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename MountPathT = Aws::String>
59 void SetMountPath(MountPathT&& value) { m_mountPathHasBeenSet =
true; m_mountPath = std::forward<MountPathT>(value); }
60 template<
typename MountPathT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 bool m_mountPathHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetMountPath() const
AWS_GUARDDUTY_API VolumeMount & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
VolumeMount & WithName(NameT &&value)
AWS_GUARDDUTY_API VolumeMount()=default
AWS_GUARDDUTY_API VolumeMount(Aws::Utils::Json::JsonView jsonValue)
VolumeMount & WithMountPath(MountPathT &&value)
bool MountPathHasBeenSet() const
void SetMountPath(MountPathT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue