7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/ServiceManagedEBSVolumeConfiguration.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
66 template<
typename ManagedEBSVolumeT = ServiceManagedEBSVolumeConfiguration>
67 void SetManagedEBSVolume(ManagedEBSVolumeT&& value) { m_managedEBSVolumeHasBeenSet =
true; m_managedEBSVolume = std::forward<ManagedEBSVolumeT>(value); }
68 template<
typename ManagedEBSVolumeT = ServiceManagedEBSVolumeConfiguration>
74 bool m_nameHasBeenSet =
false;
77 bool m_managedEBSVolumeHasBeenSet =
false;
ServiceVolumeConfiguration & WithName(NameT &&value)
const ServiceManagedEBSVolumeConfiguration & GetManagedEBSVolume() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_ECS_API ServiceVolumeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API ServiceVolumeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetName() const
ServiceVolumeConfiguration & WithManagedEBSVolume(ManagedEBSVolumeT &&value)
AWS_ECS_API ServiceVolumeConfiguration()=default
void SetManagedEBSVolume(ManagedEBSVolumeT &&value)
bool ManagedEBSVolumeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue