7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename SourceVolumeT = Aws::String>
44 m_sourceVolumeHasBeenSet =
true;
45 m_sourceVolume = std::forward<SourceVolumeT>(value);
47 template <
typename SourceVolumeT = Aws::String>
60 template <
typename ContainerPathT = Aws::String>
62 m_containerPathHasBeenSet =
true;
63 m_containerPath = std::forward<ContainerPathT>(value);
65 template <
typename ContainerPathT = Aws::String>
75 bool m_sourceVolumeHasBeenSet =
false;
76 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