7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/HostVolumeProperties.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
62 template <
typename HostT = HostVolumeProperties>
64 m_hostHasBeenSet =
true;
65 m_host = std::forward<HostT>(value);
67 template <
typename HostT = HostVolumeProperties>
69 SetHost(std::forward<HostT>(value));
77 bool m_nameHasBeenSet =
false;
78 bool m_hostHasBeenSet =
false;
DaemonVolume & WithName(NameT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool HostHasBeenSet() const
AWS_ECS_API DaemonVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool NameHasBeenSet() const
const HostVolumeProperties & GetHost() const
void SetName(NameT &&value)
void SetHost(HostT &&value)
AWS_ECS_API DaemonVolume()=default
DaemonVolume & WithHost(HostT &&value)
AWS_ECS_API DaemonVolume(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue