7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/Host.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/batch/model/EFSVolumeConfiguration.h>
55 template<
typename HostT = Host>
56 void SetHost(HostT&& value) { m_hostHasBeenSet =
true; m_host = std::forward<HostT>(value); }
57 template<
typename HostT = Host>
70 template<
typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
72 template<
typename NameT = Aws::String>
84 template<
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
85 void SetEfsVolumeConfiguration(EfsVolumeConfigurationT&& value) { m_efsVolumeConfigurationHasBeenSet =
true; m_efsVolumeConfiguration = std::forward<EfsVolumeConfigurationT>(value); }
86 template<
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
92 bool m_hostHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
98 bool m_efsVolumeConfigurationHasBeenSet =
false;
void SetEfsVolumeConfiguration(EfsVolumeConfigurationT &&value)
Volume & WithEfsVolumeConfiguration(EfsVolumeConfigurationT &&value)
const Host & GetHost() const
Volume & WithHost(HostT &&value)
void SetName(NameT &&value)
bool HostHasBeenSet() const
void SetHost(HostT &&value)
const Aws::String & GetName() const
const EFSVolumeConfiguration & GetEfsVolumeConfiguration() const
Volume & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_BATCH_API Volume & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EfsVolumeConfigurationHasBeenSet() const
AWS_BATCH_API Volume()=default
AWS_BATCH_API Volume(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue