7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ArtifactsType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
77 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
85 bool m_typeHasBeenSet =
false;
88 bool m_locationHasBeenSet =
false;
91 bool m_identifierHasBeenSet =
false;
bool TypeHasBeenSet() const
ResolvedArtifact & WithLocation(const Aws::String &value)
ResolvedArtifact & WithType(ArtifactsType &&value)
const ArtifactsType & GetType() const
ResolvedArtifact & WithIdentifier(const Aws::String &value)
bool LocationHasBeenSet() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(const char *value)
ResolvedArtifact & WithIdentifier(Aws::String &&value)
AWS_CODEBUILD_API ResolvedArtifact(Aws::Utils::Json::JsonView jsonValue)
ResolvedArtifact & WithType(const ArtifactsType &value)
const Aws::String & GetLocation() const
ResolvedArtifact & WithIdentifier(const char *value)
const Aws::String & GetIdentifier() const
ResolvedArtifact & WithLocation(Aws::String &&value)
AWS_CODEBUILD_API ResolvedArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifier(const char *value)
bool IdentifierHasBeenSet() const
void SetIdentifier(const Aws::String &value)
void SetIdentifier(Aws::String &&value)
void SetLocation(const Aws::String &value)
AWS_CODEBUILD_API ResolvedArtifact()
ResolvedArtifact & WithLocation(const char *value)
void SetLocation(Aws::String &&value)
void SetType(ArtifactsType &&value)
void SetType(const ArtifactsType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue