7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetKeyArn(
const char* value) { m_keyArnHasBeenSet =
true; m_keyArn.assign(value); }
69 bool m_typeHasBeenSet =
false;
72 bool m_keyArnHasBeenSet =
false;
SseConfig & WithType(const EncryptionType &value)
const Aws::String & GetKeyArn() const
void SetType(EncryptionType &&value)
AWS_OMICS_API SseConfig(Aws::Utils::Json::JsonView jsonValue)
bool KeyArnHasBeenSet() const
SseConfig & WithKeyArn(Aws::String &&value)
void SetKeyArn(const char *value)
AWS_OMICS_API SseConfig()
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
const EncryptionType & GetType() const
AWS_OMICS_API SseConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyArn(Aws::String &&value)
void SetKeyArn(const Aws::String &value)
SseConfig & WithType(EncryptionType &&value)
void SetType(const EncryptionType &value)
bool TypeHasBeenSet() const
SseConfig & WithKeyArn(const char *value)
SseConfig & WithKeyArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue