7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetSecretName(
const char* value) { m_secretNameHasBeenSet =
true; m_secretName.assign(value); }
66 inline void SetOptional(
bool value) { m_optionalHasBeenSet =
true; m_optional = value; }
72 bool m_secretNameHasBeenSet =
false;
75 bool m_optionalHasBeenSet =
false;
AWS_BATCH_API EksSecret()
void SetSecretName(const Aws::String &value)
void SetOptional(bool value)
bool SecretNameHasBeenSet() const
bool OptionalHasBeenSet() const
EksSecret & WithSecretName(const Aws::String &value)
AWS_BATCH_API EksSecret & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksSecret(Aws::Utils::Json::JsonView jsonValue)
EksSecret & WithSecretName(Aws::String &&value)
const Aws::String & GetSecretName() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecretName(const char *value)
void SetSecretName(Aws::String &&value)
EksSecret & WithSecretName(const char *value)
EksSecret & WithOptional(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue