7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ArtifactStoreType.h>
9#include <aws/codepipeline/model/EncryptionKey.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodePipeline {
47 m_typeHasBeenSet =
true;
66 template <
typename LocationT = Aws::String>
68 m_locationHasBeenSet =
true;
69 m_location = std::forward<LocationT>(value);
71 template <
typename LocationT = Aws::String>
86 template <
typename EncryptionKeyT = EncryptionKey>
88 m_encryptionKeyHasBeenSet =
true;
89 m_encryptionKey = std::forward<EncryptionKeyT>(value);
91 template <
typename EncryptionKeyT = EncryptionKey>
102 EncryptionKey m_encryptionKey;
103 bool m_typeHasBeenSet =
false;
104 bool m_locationHasBeenSet =
false;
105 bool m_encryptionKeyHasBeenSet =
false;
AWS_CODEPIPELINE_API ArtifactStore(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ArtifactStore()=default
ArtifactStore & WithType(ArtifactStoreType value)
bool EncryptionKeyHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool LocationHasBeenSet() const
const EncryptionKey & GetEncryptionKey() const
ArtifactStoreType GetType() const
void SetLocation(LocationT &&value)
void SetEncryptionKey(EncryptionKeyT &&value)
const Aws::String & GetLocation() const
ArtifactStore & WithLocation(LocationT &&value)
AWS_CODEPIPELINE_API ArtifactStore & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ArtifactStore & WithEncryptionKey(EncryptionKeyT &&value)
void SetType(ArtifactStoreType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue