/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object representing a container instance host device.See
* Also:
AWS API
* Reference
The path for the device on the host container instance.
*/ inline const Aws::String& GetHostPath() const{ return m_hostPath; } /** *The path for the device on the host container instance.
*/ inline bool HostPathHasBeenSet() const { return m_hostPathHasBeenSet; } /** *The path for the device on the host container instance.
*/ inline void SetHostPath(const Aws::String& value) { m_hostPathHasBeenSet = true; m_hostPath = value; } /** *The path for the device on the host container instance.
*/ inline void SetHostPath(Aws::String&& value) { m_hostPathHasBeenSet = true; m_hostPath = std::move(value); } /** *The path for the device on the host container instance.
*/ inline void SetHostPath(const char* value) { m_hostPathHasBeenSet = true; m_hostPath.assign(value); } /** *The path for the device on the host container instance.
*/ inline Device& WithHostPath(const Aws::String& value) { SetHostPath(value); return *this;} /** *The path for the device on the host container instance.
*/ inline Device& WithHostPath(Aws::String&& value) { SetHostPath(std::move(value)); return *this;} /** *The path for the device on the host container instance.
*/ inline Device& WithHostPath(const char* value) { SetHostPath(value); return *this;} /** *The path inside the container at which to expose the host device.
*/ inline const Aws::String& GetContainerPath() const{ return m_containerPath; } /** *The path inside the container at which to expose the host device.
*/ inline bool ContainerPathHasBeenSet() const { return m_containerPathHasBeenSet; } /** *The path inside the container at which to expose the host device.
*/ inline void SetContainerPath(const Aws::String& value) { m_containerPathHasBeenSet = true; m_containerPath = value; } /** *The path inside the container at which to expose the host device.
*/ inline void SetContainerPath(Aws::String&& value) { m_containerPathHasBeenSet = true; m_containerPath = std::move(value); } /** *The path inside the container at which to expose the host device.
*/ inline void SetContainerPath(const char* value) { m_containerPathHasBeenSet = true; m_containerPath.assign(value); } /** *The path inside the container at which to expose the host device.
*/ inline Device& WithContainerPath(const Aws::String& value) { SetContainerPath(value); return *this;} /** *The path inside the container at which to expose the host device.
*/ inline Device& WithContainerPath(Aws::String&& value) { SetContainerPath(std::move(value)); return *this;} /** *The path inside the container at which to expose the host device.
*/ inline Device& WithContainerPath(const char* value) { SetContainerPath(value); return *this;} /** *The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.
The explicit permissions to provide to the container for the device. By
* default, the container has permissions for read
,
* write
, and mknod
for the device.