7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ArtifactsType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/ArtifactNamespace.h>
11#include <aws/codebuild/model/ArtifactPackaging.h>
12#include <aws/codebuild/model/BucketOwnerAccess.h>
77 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
103 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
164 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
213 inline void SetEncryptionDisabled(
bool value) { m_encryptionDisabledHasBeenSet =
true; m_encryptionDisabled = value; }
225 inline void SetArtifactIdentifier(
const char* value) { m_artifactIdentifierHasBeenSet =
true; m_artifactIdentifier.assign(value); }
243 bool m_typeHasBeenSet =
false;
246 bool m_locationHasBeenSet =
false;
249 bool m_pathHasBeenSet =
false;
252 bool m_namespaceTypeHasBeenSet =
false;
255 bool m_nameHasBeenSet =
false;
258 bool m_packagingHasBeenSet =
false;
260 bool m_overrideArtifactName;
261 bool m_overrideArtifactNameHasBeenSet =
false;
263 bool m_encryptionDisabled;
264 bool m_encryptionDisabledHasBeenSet =
false;
267 bool m_artifactIdentifierHasBeenSet =
false;
270 bool m_bucketOwnerAccessHasBeenSet =
false;
ProjectArtifacts & WithArtifactIdentifier(Aws::String &&value)
const BucketOwnerAccess & GetBucketOwnerAccess() const
ProjectArtifacts & WithType(ArtifactsType &&value)
void SetLocation(Aws::String &&value)
const ArtifactNamespace & GetNamespaceType() const
void SetNamespaceType(ArtifactNamespace &&value)
ProjectArtifacts & WithPath(const Aws::String &value)
void SetLocation(const Aws::String &value)
void SetPath(const Aws::String &value)
bool BucketOwnerAccessHasBeenSet() const
ProjectArtifacts & WithArtifactIdentifier(const char *value)
void SetType(const ArtifactsType &value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOverrideArtifactName(bool value)
bool NamespaceTypeHasBeenSet() const
bool GetOverrideArtifactName() const
ProjectArtifacts & WithPackaging(ArtifactPackaging &&value)
void SetName(const Aws::String &value)
bool OverrideArtifactNameHasBeenSet() const
ProjectArtifacts & WithArtifactIdentifier(const Aws::String &value)
void SetArtifactIdentifier(const Aws::String &value)
const Aws::String & GetArtifactIdentifier() const
bool PathHasBeenSet() const
ProjectArtifacts & WithBucketOwnerAccess(const BucketOwnerAccess &value)
ProjectArtifacts & WithPackaging(const ArtifactPackaging &value)
AWS_CODEBUILD_API ProjectArtifacts()
void SetPath(const char *value)
void SetBucketOwnerAccess(BucketOwnerAccess &&value)
void SetBucketOwnerAccess(const BucketOwnerAccess &value)
ProjectArtifacts & WithNamespaceType(ArtifactNamespace &&value)
void SetPath(Aws::String &&value)
const Aws::String & GetName() const
void SetName(Aws::String &&value)
bool PackagingHasBeenSet() const
bool TypeHasBeenSet() const
bool GetEncryptionDisabled() const
void SetPackaging(const ArtifactPackaging &value)
const ArtifactPackaging & GetPackaging() const
const Aws::String & GetLocation() const
void SetArtifactIdentifier(const char *value)
void SetEncryptionDisabled(bool value)
ProjectArtifacts & WithLocation(const Aws::String &value)
ProjectArtifacts & WithLocation(Aws::String &&value)
void SetName(const char *value)
void SetPackaging(ArtifactPackaging &&value)
void SetLocation(const char *value)
ProjectArtifacts & WithPath(Aws::String &&value)
bool LocationHasBeenSet() const
ProjectArtifacts & WithOverrideArtifactName(bool value)
ProjectArtifacts & WithName(const char *value)
ProjectArtifacts & WithLocation(const char *value)
ProjectArtifacts & WithType(const ArtifactsType &value)
bool ArtifactIdentifierHasBeenSet() const
ProjectArtifacts & WithNamespaceType(const ArtifactNamespace &value)
bool NameHasBeenSet() const
void SetNamespaceType(const ArtifactNamespace &value)
AWS_CODEBUILD_API ProjectArtifacts(Aws::Utils::Json::JsonView jsonValue)
ProjectArtifacts & WithEncryptionDisabled(bool value)
bool EncryptionDisabledHasBeenSet() const
const ArtifactsType & GetType() const
AWS_CODEBUILD_API ProjectArtifacts & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectArtifacts & WithBucketOwnerAccess(BucketOwnerAccess &&value)
ProjectArtifacts & WithPath(const char *value)
ProjectArtifacts & WithName(Aws::String &&value)
const Aws::String & GetPath() const
void SetType(ArtifactsType &&value)
void SetArtifactIdentifier(Aws::String &&value)
ProjectArtifacts & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue