7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
42 template <
typename ContainerPathT = Aws::String>
44 m_containerPathHasBeenSet =
true;
45 m_containerPath = std::forward<ContainerPathT>(value);
47 template <
typename ContainerPathT = Aws::String>
58 inline int GetSize()
const {
return m_size; }
61 m_sizeHasBeenSet =
true;
82 template <
typename MountOptionsT = Aws::Vector<Aws::String>>
84 m_mountOptionsHasBeenSet =
true;
85 m_mountOptions = std::forward<MountOptionsT>(value);
87 template <
typename MountOptionsT = Aws::Vector<Aws::String>>
92 template <
typename MountOptionsT = Aws::String>
94 m_mountOptionsHasBeenSet =
true;
95 m_mountOptions.emplace_back(std::forward<MountOptionsT>(value));
105 bool m_containerPathHasBeenSet =
false;
106 bool m_sizeHasBeenSet =
false;
107 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