7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename MountPathT = Aws::String>
60 m_mountPathHasBeenSet =
true;
61 m_mountPath = std::forward<MountPathT>(value);
63 template <
typename MountPathT = Aws::String>
73 bool m_nameHasBeenSet =
false;
74 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