7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ArtifactsType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename LocationT = Aws::String>
60 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
61 template<
typename LocationT = Aws::String>
71 template<
typename IdentifierT = Aws::String>
72 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
73 template<
typename IdentifierT = Aws::String>
79 bool m_typeHasBeenSet =
false;
82 bool m_locationHasBeenSet =
false;
85 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