7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetSourceIdentifier(
const char* value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier.assign(value); }
81 inline void SetSourceVersion(
const char* value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion.assign(value); }
89 bool m_sourceIdentifierHasBeenSet =
false;
92 bool m_sourceVersionHasBeenSet =
false;
void SetSourceVersion(const char *value)
bool SourceVersionHasBeenSet() const
ProjectSourceVersion & WithSourceIdentifier(Aws::String &&value)
const Aws::String & GetSourceVersion() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceIdentifierHasBeenSet() const
void SetSourceVersion(Aws::String &&value)
AWS_CODEBUILD_API ProjectSourceVersion(Aws::Utils::Json::JsonView jsonValue)
ProjectSourceVersion & WithSourceIdentifier(const char *value)
AWS_CODEBUILD_API ProjectSourceVersion()
void SetSourceIdentifier(const Aws::String &value)
const Aws::String & GetSourceIdentifier() const
ProjectSourceVersion & WithSourceIdentifier(const Aws::String &value)
ProjectSourceVersion & WithSourceVersion(Aws::String &&value)
ProjectSourceVersion & WithSourceVersion(const Aws::String &value)
void SetSourceVersion(const Aws::String &value)
void SetSourceIdentifier(const char *value)
void SetSourceIdentifier(Aws::String &&value)
AWS_CODEBUILD_API ProjectSourceVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectSourceVersion & WithSourceVersion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue