7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ContainerPathT = Aws::String>
46 m_containerPathHasBeenSet =
true;
47 m_containerPath = std::forward<ContainerPathT>(value);
49 template <
typename ContainerPathT = Aws::String>
65 m_readOnlyHasBeenSet =
true;
80 template <
typename SourceVolumeT = Aws::String>
82 m_sourceVolumeHasBeenSet =
true;
83 m_sourceVolume = std::forward<SourceVolumeT>(value);
85 template <
typename SourceVolumeT = Aws::String>
94 bool m_readOnly{
false};
97 bool m_containerPathHasBeenSet =
false;
98 bool m_readOnlyHasBeenSet =
false;
99 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