7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
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));
59 template <
typename MountPathT = Aws::String>
61 m_mountPathHasBeenSet =
true;
62 m_mountPath = std::forward<MountPathT>(value);
64 template <
typename MountPathT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 bool m_mountPathHasBeenSet =
false;
AWS_SECURITYHUB_API VolumeMount()=default
const Aws::String & GetName() const
const Aws::String & GetMountPath() const
bool MountPathHasBeenSet() const
bool NameHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API VolumeMount & operator=(Aws::Utils::Json::JsonView jsonValue)
VolumeMount & WithMountPath(MountPathT &&value)
void SetName(NameT &&value)
AWS_SECURITYHUB_API VolumeMount(Aws::Utils::Json::JsonView jsonValue)
VolumeMount & WithName(NameT &&value)
void SetMountPath(MountPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue