7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/model/EncryptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename KeyArnT = Aws::String>
58 void SetKeyArn(KeyArnT&& value) { m_keyArnHasBeenSet =
true; m_keyArn = std::forward<KeyArnT>(value); }
59 template<
typename KeyArnT = Aws::String>
65 bool m_typeHasBeenSet =
false;
68 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