/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents a container instance host device. This object isn't applicable to jobs that are running on Fargate resources
* and shouldn't be provided.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 that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
The path inside the container that's used to expose the host device. By
* default, the hostPath
value is used.
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.