7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
37 AWS_BATCH_API
Tmpfs() =
default;
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>
60 inline int GetSize()
const {
return m_size; }
62 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
84 template<
typename MountOptionsT = Aws::Vector<Aws::String>>
85 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
86 template<
typename MountOptionsT = Aws::Vector<Aws::String>>
88 template<
typename MountOptionsT = Aws::String>
89 Tmpfs&
AddMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions.emplace_back(std::forward<MountOptionsT>(value));
return *
this; }
94 bool m_containerPathHasBeenSet =
false;
97 bool m_sizeHasBeenSet =
false;
100 bool m_mountOptionsHasBeenSet =
false;
Tmpfs & WithSize(int value)
const Aws::Vector< Aws::String > & GetMountOptions() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
Tmpfs & WithMountOptions(MountOptionsT &&value)
Tmpfs & WithContainerPath(ContainerPathT &&value)
void SetContainerPath(ContainerPathT &&value)
bool SizeHasBeenSet() const
AWS_BATCH_API Tmpfs()=default
bool MountOptionsHasBeenSet() const
void SetMountOptions(MountOptionsT &&value)
bool ContainerPathHasBeenSet() const
Tmpfs & AddMountOptions(MountOptionsT &&value)
AWS_BATCH_API Tmpfs(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContainerPath() const
AWS_BATCH_API Tmpfs & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue