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>
48 template<
typename ContainerPathT = Aws::String>
49 void SetContainerPath(ContainerPathT&& value) { m_containerPathHasBeenSet =
true; m_containerPath = std::forward<ContainerPathT>(value); }
50 template<
typename ContainerPathT = Aws::String>
58 inline int GetSize()
const {
return m_size; }
60 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
76 template<
typename MountOptionsT = Aws::Vector<Aws::String>>
77 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
78 template<
typename MountOptionsT = Aws::Vector<Aws::String>>
80 template<
typename MountOptionsT = Aws::String>
81 Tmpfs&
AddMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions.emplace_back(std::forward<MountOptionsT>(value));
return *
this; }
86 bool m_containerPathHasBeenSet =
false;
89 bool m_sizeHasBeenSet =
false;
92 bool m_mountOptionsHasBeenSet =
false;
Tmpfs & WithSize(int value)
void SetContainerPath(ContainerPathT &&value)
Tmpfs & AddMountOptions(MountOptionsT &&value)
void SetMountOptions(MountOptionsT &&value)
bool ContainerPathHasBeenSet() const
AWS_ECS_API Tmpfs()=default
const Aws::Vector< Aws::String > & GetMountOptions() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetContainerPath() const
bool MountOptionsHasBeenSet() const
AWS_ECS_API Tmpfs(Aws::Utils::Json::JsonView jsonValue)
Tmpfs & WithMountOptions(MountOptionsT &&value)
Tmpfs & WithContainerPath(ContainerPathT &&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