7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
9#include <aws/omics/model/EncryptionType.h>
42 m_typeHasBeenSet =
true;
57 template <
typename KeyArnT = Aws::String>
59 m_keyArnHasBeenSet =
true;
60 m_keyArn = std::forward<KeyArnT>(value);
62 template <
typename KeyArnT = Aws::String>
72 bool m_typeHasBeenSet =
false;
73 bool m_keyArnHasBeenSet =
false;
SseConfig & WithType(EncryptionType value)
void SetType(EncryptionType value)
const Aws::String & GetKeyArn() const
AWS_OMICS_API SseConfig(Aws::Utils::Json::JsonView jsonValue)
SseConfig & WithKeyArn(KeyArnT &&value)
AWS_OMICS_API SseConfig()=default
bool KeyArnHasBeenSet() const
EncryptionType GetType() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OMICS_API SseConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyArn(KeyArnT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue