7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/batch/model/EksHostPath.h>
10#include <aws/batch/model/EksEmptyDir.h>
11#include <aws/batch/model/EksSecret.h>
54 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
107 bool m_nameHasBeenSet =
false;
110 bool m_hostPathHasBeenSet =
false;
113 bool m_emptyDirHasBeenSet =
false;
116 bool m_secretHasBeenSet =
false;
EksVolume & WithName(Aws::String &&value)
void SetHostPath(EksHostPath &&value)
void SetName(const Aws::String &value)
void SetName(const char *value)
void SetEmptyDir(const EksEmptyDir &value)
bool EmptyDirHasBeenSet() const
const EksEmptyDir & GetEmptyDir() const
EksVolume & WithSecret(const EksSecret &value)
bool HostPathHasBeenSet() const
void SetSecret(EksSecret &&value)
EksVolume & WithEmptyDir(EksEmptyDir &&value)
void SetHostPath(const EksHostPath &value)
EksVolume & WithName(const char *value)
const Aws::String & GetName() const
EksVolume & WithName(const Aws::String &value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API EksVolume(Aws::Utils::Json::JsonView jsonValue)
void SetEmptyDir(EksEmptyDir &&value)
AWS_BATCH_API EksVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
const EksSecret & GetSecret() const
void SetSecret(const EksSecret &value)
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
AWS_BATCH_API EksVolume()
const EksHostPath & GetHostPath() const
EksVolume & WithHostPath(const EksHostPath &value)
EksVolume & WithHostPath(EksHostPath &&value)
EksVolume & WithSecret(EksSecret &&value)
bool SecretHasBeenSet() const
EksVolume & WithEmptyDir(const EksEmptyDir &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue