7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename SourcePathT = Aws::String>
57 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
58 template<
typename SourcePathT = Aws::String>
64 bool m_sourcePathHasBeenSet =
false;
AWS_ECS_API HostVolumeProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
HostVolumeProperties & WithSourcePath(SourcePathT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API HostVolumeProperties()=default
void SetSourcePath(SourcePathT &&value)
AWS_ECS_API HostVolumeProperties(Aws::Utils::Json::JsonView jsonValue)
bool SourcePathHasBeenSet() const
const Aws::String & GetSourcePath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue