/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about a device that Linux processes in a container can
* access.See Also:
AWS
* API Reference
The mount path for the device in the file system.
*/ inline const Aws::String& GetPath() const{ return m_path; } /** *The mount path for the device in the file system.
*/ inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } /** *The mount path for the device in the file system.
*/ inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } /** *The mount path for the device in the file system.
*/ inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } /** *The mount path for the device in the file system.
*/ inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } /** *The mount path for the device in the file system.
*/ inline LambdaDeviceMount& WithPath(const Aws::String& value) { SetPath(value); return *this;} /** *The mount path for the device in the file system.
*/ inline LambdaDeviceMount& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} /** *The mount path for the device in the file system.
*/ inline LambdaDeviceMount& WithPath(const char* value) { SetPath(value); return *this;} /** *The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
The permission to access the device: read/only (ro
) or
* read/write (rw
).
Default: ro
Whether or not to add the component's system user as an owner of the * device.
Default: false
Whether or not to add the component's system user as an owner of the * device.
Default: false
Whether or not to add the component's system user as an owner of the * device.
Default: false
Whether or not to add the component's system user as an owner of the * device.
Default: false