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>
52 inline void SetContainerPath(
const char* value) { m_containerPathHasBeenSet =
true; m_containerPath.assign(value); }
62 inline int GetSize()
const{
return m_size; }
64 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
92 inline Tmpfs&
AddMountOptions(
const char* value) { m_mountOptionsHasBeenSet =
true; m_mountOptions.push_back(value);
return *
this; }
97 bool m_containerPathHasBeenSet =
false;
100 bool m_sizeHasBeenSet =
false;
103 bool m_mountOptionsHasBeenSet =
false;
Tmpfs & WithSize(int value)
void SetMountOptions(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetMountOptions() const
Tmpfs & WithContainerPath(const Aws::String &value)
Tmpfs & WithContainerPath(Aws::String &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContainerPath(Aws::String &&value)
Tmpfs & AddMountOptions(const char *value)
bool SizeHasBeenSet() const
bool MountOptionsHasBeenSet() const
bool ContainerPathHasBeenSet() const
Tmpfs & AddMountOptions(Aws::String &&value)
Tmpfs & AddMountOptions(const Aws::String &value)
void SetContainerPath(const Aws::String &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)
Tmpfs & WithMountOptions(const Aws::Vector< Aws::String > &value)
Tmpfs & WithMountOptions(Aws::Vector< Aws::String > &&value)
Tmpfs & WithContainerPath(const char *value)
void SetContainerPath(const char *value)
void SetMountOptions(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue