7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetContainerPath(
const char* value) { m_containerPathHasBeenSet =
true; m_containerPath.assign(value); }
60 inline int GetSize()
const{
return m_size; }
62 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
84 inline Tmpfs&
AddMountOptions(
const char* value) { m_mountOptionsHasBeenSet =
true; m_mountOptions.push_back(value);
return *
this; }
89 bool m_containerPathHasBeenSet =
false;
92 bool m_sizeHasBeenSet =
false;
95 bool m_mountOptionsHasBeenSet =
false;
void SetMountOptions(const Aws::Vector< Aws::String > &value)
Tmpfs & WithSize(int value)
Tmpfs & WithContainerPath(Aws::String &&value)
Tmpfs & AddMountOptions(Aws::String &&value)
bool ContainerPathHasBeenSet() const
Tmpfs & WithContainerPath(const char *value)
Tmpfs & AddMountOptions(const Aws::String &value)
Tmpfs & AddMountOptions(const char *value)
const Aws::Vector< Aws::String > & GetMountOptions() const
Tmpfs & WithMountOptions(const Aws::Vector< Aws::String > &value)
Tmpfs & WithContainerPath(const Aws::String &value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetContainerPath() const
void SetContainerPath(Aws::String &&value)
void SetContainerPath(const Aws::String &value)
bool MountOptionsHasBeenSet() const
AWS_ECS_API Tmpfs(Aws::Utils::Json::JsonView jsonValue)
void SetContainerPath(const char *value)
Tmpfs & WithMountOptions(Aws::Vector< Aws::String > &&value)
void SetMountOptions(Aws::Vector< Aws::String > &&value)
AWS_ECS_API Tmpfs & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SizeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue