7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename SourceVolumeT = Aws::String>
49 void SetSourceVolume(SourceVolumeT&& value) { m_sourceVolumeHasBeenSet =
true; m_sourceVolume = std::forward<SourceVolumeT>(value); }
50 template<
typename SourceVolumeT = Aws::String>
60 template<
typename ContainerPathT = Aws::String>
61 void SetContainerPath(ContainerPathT&& value) { m_containerPathHasBeenSet =
true; m_containerPath = std::forward<ContainerPathT>(value); }
62 template<
typename ContainerPathT = Aws::String>
68 bool m_sourceVolumeHasBeenSet =
false;
71 bool m_containerPathHasBeenSet =
false;
bool ContainerPathHasBeenSet() const
void SetSourceVolume(SourceVolumeT &&value)
bool SourceVolumeHasBeenSet() const
const Aws::String & GetSourceVolume() const
void SetContainerPath(ContainerPathT &&value)
AwsMountPoint & WithContainerPath(ContainerPathT &&value)
AWS_SECURITYHUB_API AwsMountPoint()=default
const Aws::String & GetContainerPath() const
AWS_SECURITYHUB_API AwsMountPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsMountPoint & WithSourceVolume(SourceVolumeT &&value)
AWS_SECURITYHUB_API AwsMountPoint(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue