7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/EncryptionKeyType.h>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
74 bool m_idHasBeenSet =
false;
77 bool m_typeHasBeenSet =
false;
EncryptionKey & WithType(EncryptionKeyType value)
AWS_CODEPIPELINE_API EncryptionKey(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(EncryptionKeyType value)
const Aws::String & GetId() const
AWS_CODEPIPELINE_API EncryptionKey()=default
bool TypeHasBeenSet() const
EncryptionKey & WithId(IdT &&value)
EncryptionKeyType GetType() const
AWS_CODEPIPELINE_API EncryptionKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue