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>
70 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
92 bool m_typeHasBeenSet =
false;
95 bool m_locationHasBeenSet =
false;
98 bool m_encryptionKeyHasBeenSet =
false;
AWS_CODEPIPELINE_API ArtifactStore()
ArtifactStore & WithLocation(const Aws::String &value)
void SetType(const ArtifactStoreType &value)
AWS_CODEPIPELINE_API ArtifactStore(Aws::Utils::Json::JsonView jsonValue)
ArtifactStore & WithType(const ArtifactStoreType &value)
void SetEncryptionKey(const EncryptionKey &value)
bool EncryptionKeyHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool LocationHasBeenSet() const
const EncryptionKey & GetEncryptionKey() const
const ArtifactStoreType & GetType() const
void SetType(ArtifactStoreType &&value)
ArtifactStore & WithType(ArtifactStoreType &&value)
void SetLocation(const Aws::String &value)
ArtifactStore & WithEncryptionKey(const EncryptionKey &value)
void SetEncryptionKey(EncryptionKey &&value)
void SetLocation(const char *value)
const Aws::String & GetLocation() const
ArtifactStore & WithEncryptionKey(EncryptionKey &&value)
ArtifactStore & WithLocation(const char *value)
ArtifactStore & WithLocation(Aws::String &&value)
void SetLocation(Aws::String &&value)
AWS_CODEPIPELINE_API ArtifactStore & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue