7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ContainerPathT = Aws::String>
51 void SetContainerPath(ContainerPathT&& value) { m_containerPathHasBeenSet =
true; m_containerPath = std::forward<ContainerPathT>(value); }
52 template<
typename ContainerPathT = Aws::String>
64 inline void SetReadOnly(
bool value) { m_readOnlyHasBeenSet =
true; m_readOnly = value; }
74 template<
typename SourceVolumeT = Aws::String>
75 void SetSourceVolume(SourceVolumeT&& value) { m_sourceVolumeHasBeenSet =
true; m_sourceVolume = std::forward<SourceVolumeT>(value); }
76 template<
typename SourceVolumeT = Aws::String>
82 bool m_containerPathHasBeenSet =
false;
84 bool m_readOnly{
false};
85 bool m_readOnlyHasBeenSet =
false;
88 bool m_sourceVolumeHasBeenSet =
false;
const Aws::String & GetSourceVolume() const
AWS_BATCH_API MountPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContainerPathHasBeenSet() const
void SetContainerPath(ContainerPathT &&value)
MountPoint & WithReadOnly(bool value)
MountPoint & WithContainerPath(ContainerPathT &&value)
bool SourceVolumeHasBeenSet() const
AWS_BATCH_API MountPoint()=default
const Aws::String & GetContainerPath() const
bool ReadOnlyHasBeenSet() const
MountPoint & WithSourceVolume(SourceVolumeT &&value)
void SetSourceVolume(SourceVolumeT &&value)
AWS_BATCH_API MountPoint(Aws::Utils::Json::JsonView jsonValue)
void SetReadOnly(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue