7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/EFSVolumeConfiguration.h>
9#include <aws/batch/model/Host.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename HostT = Host>
51 m_hostHasBeenSet =
true;
52 m_host = std::forward<HostT>(value);
54 template <
typename HostT = Host>
56 SetHost(std::forward<HostT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
90 template <
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
92 m_efsVolumeConfigurationHasBeenSet =
true;
93 m_efsVolumeConfiguration = std::forward<EfsVolumeConfigurationT>(value);
95 template <
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
107 bool m_hostHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
109 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