7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/ContainerMountPointAccessLevel.h>
50 template <
typename InstancePathT = Aws::String>
52 m_instancePathHasBeenSet =
true;
53 m_instancePath = std::forward<InstancePathT>(value);
55 template <
typename InstancePathT = Aws::String>
69 template <
typename ContainerPathT = Aws::String>
71 m_containerPathHasBeenSet =
true;
72 m_containerPath = std::forward<ContainerPathT>(value);
74 template <
typename ContainerPathT = Aws::String>
88 m_accessLevelHasBeenSet =
true;
89 m_accessLevel = value;
102 bool m_instancePathHasBeenSet =
false;
103 bool m_containerPathHasBeenSet =
false;
104 bool m_accessLevelHasBeenSet =
false;
bool InstancePathHasBeenSet() const
ContainerMountPoint & WithInstancePath(InstancePathT &&value)
void SetContainerPath(ContainerPathT &&value)
const Aws::String & GetContainerPath() const
AWS_GAMELIFT_API ContainerMountPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API ContainerMountPoint(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API ContainerMountPoint()=default
void SetInstancePath(InstancePathT &&value)
bool AccessLevelHasBeenSet() const
ContainerMountPointAccessLevel GetAccessLevel() const
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContainerPathHasBeenSet() const
ContainerMountPoint & WithContainerPath(ContainerPathT &&value)
void SetAccessLevel(ContainerMountPointAccessLevel value)
const Aws::String & GetInstancePath() const
ContainerMountPoint & WithAccessLevel(ContainerMountPointAccessLevel value)
ContainerMountPointAccessLevel
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue