7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/EncryptionKeyType.h>
56 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
57 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
78 bool m_idHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
void SetId(Aws::String &&value)
EncryptionKey & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
EncryptionKey & WithType(EncryptionKeyType &&value)
EncryptionKey & WithType(const 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
EncryptionKey & WithId(const Aws::String &value)
void SetId(const char *value)
AWS_CODEPIPELINE_API EncryptionKey()
const EncryptionKeyType & GetType() const
bool TypeHasBeenSet() const
void SetType(const EncryptionKeyType &value)
EncryptionKey & WithId(const char *value)
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