7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename MountPathT = Aws::String>
60 void SetMountPath(MountPathT&& value) { m_mountPathHasBeenSet =
true; m_mountPath = std::forward<MountPathT>(value); }
61 template<
typename MountPathT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 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