7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ArtifactsType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 m_typeHasBeenSet =
true;
59 template <
typename LocationT = Aws::String>
61 m_locationHasBeenSet =
true;
62 m_location = std::forward<LocationT>(value);
64 template <
typename LocationT = Aws::String>
77 template <
typename IdentifierT = Aws::String>
79 m_identifierHasBeenSet =
true;
80 m_identifier = std::forward<IdentifierT>(value);
82 template <
typename IdentifierT = Aws::String>
94 bool m_typeHasBeenSet =
false;
95 bool m_locationHasBeenSet =
false;
96 bool m_identifierHasBeenSet =
false;
bool TypeHasBeenSet() const
AWS_CODEBUILD_API ResolvedArtifact()=default
bool LocationHasBeenSet() const
ResolvedArtifact & WithLocation(LocationT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEBUILD_API ResolvedArtifact(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocation() const
const Aws::String & GetIdentifier() const
ResolvedArtifact & WithType(ArtifactsType value)
AWS_CODEBUILD_API ResolvedArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentifierHasBeenSet() const
void SetType(ArtifactsType value)
void SetLocation(LocationT &&value)
ResolvedArtifact & WithIdentifier(IdentifierT &&value)
ArtifactsType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue