7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename SecretNameT = Aws::String>
48 m_secretNameHasBeenSet =
true;
49 m_secretName = std::forward<SecretNameT>(value);
51 template <
typename SecretNameT = Aws::String>
65 m_optionalHasBeenSet =
true;
76 bool m_optional{
false};
77 bool m_secretNameHasBeenSet =
false;
78 bool m_optionalHasBeenSet =
false;
void SetOptional(bool value)
bool SecretNameHasBeenSet() const
bool OptionalHasBeenSet() const
EksSecret & WithSecretName(SecretNameT &&value)
AWS_BATCH_API EksSecret & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksSecret(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksSecret()=default
const Aws::String & GetSecretName() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecretName(SecretNameT &&value)
EksSecret & WithOptional(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue