7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template <
typename ContextT = Aws::String>
52 m_contextHasBeenSet =
true;
53 m_context = std::forward<ContextT>(value);
55 template <
typename ContextT = Aws::String>
77 template <
typename TargetUrlT = Aws::String>
79 m_targetUrlHasBeenSet =
true;
80 m_targetUrl = std::forward<TargetUrlT>(value);
82 template <
typename TargetUrlT = Aws::String>
92 bool m_contextHasBeenSet =
false;
93 bool m_targetUrlHasBeenSet =
false;
void SetTargetUrl(TargetUrlT &&value)
BuildStatusConfig & WithContext(ContextT &&value)
void SetContext(ContextT &&value)
bool ContextHasBeenSet() const
bool TargetUrlHasBeenSet() const
const Aws::String & GetTargetUrl() const
AWS_CODEBUILD_API BuildStatusConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContext() const
AWS_CODEBUILD_API BuildStatusConfig()=default
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
BuildStatusConfig & WithTargetUrl(TargetUrlT &&value)
AWS_CODEBUILD_API BuildStatusConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue