7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/EFSVolumeConfiguration.h>
9#include <aws/batch/model/Host.h>
10#include <aws/batch/model/S3FilesVolumeConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 template <
typename HostT = Host>
52 m_hostHasBeenSet =
true;
53 m_host = std::forward<HostT>(value);
55 template <
typename HostT = Host>
57 SetHost(std::forward<HostT>(value));
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
91 template <
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
93 m_efsVolumeConfigurationHasBeenSet =
true;
94 m_efsVolumeConfiguration = std::forward<EfsVolumeConfigurationT>(value);
96 template <
typename EfsVolumeConfigurationT = EFSVolumeConfiguration>
110 template <
typename S3filesVolumeConfigurationT = S3FilesVolumeConfiguration>
112 m_s3filesVolumeConfigurationHasBeenSet =
true;
113 m_s3filesVolumeConfiguration = std::forward<S3filesVolumeConfigurationT>(value);
115 template <
typename S3filesVolumeConfigurationT = S3FilesVolumeConfiguration>
129 bool m_hostHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
131 bool m_efsVolumeConfigurationHasBeenSet =
false;
132 bool m_s3filesVolumeConfigurationHasBeenSet =
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)
Volume & WithS3filesVolumeConfiguration(S3filesVolumeConfigurationT &&value)
const S3FilesVolumeConfiguration & GetS3filesVolumeConfiguration() const
const Aws::String & GetName() const
const EFSVolumeConfiguration & GetEfsVolumeConfiguration() const
Volume & WithName(NameT &&value)
bool NameHasBeenSet() const
bool S3filesVolumeConfigurationHasBeenSet() const
AWS_BATCH_API Volume & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3filesVolumeConfiguration(S3filesVolumeConfigurationT &&value)
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