7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ArtifactStoreType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codepipeline/model/EncryptionKey.h>
66 template<
typename LocationT = Aws::String>
67 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
68 template<
typename LocationT = Aws::String>
80 template<
typename EncryptionKeyT = EncryptionKey>
81 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
82 template<
typename EncryptionKeyT = EncryptionKey>
88 bool m_typeHasBeenSet =
false;
91 bool m_locationHasBeenSet =
false;
93 EncryptionKey m_encryptionKey;
94 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