7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename ContextT = Aws::String>
57 void SetContext(ContextT&& value) { m_contextHasBeenSet =
true; m_context = std::forward<ContextT>(value); }
58 template<
typename ContextT = Aws::String>
77 template<
typename TargetUrlT = Aws::String>
78 void SetTargetUrl(TargetUrlT&& value) { m_targetUrlHasBeenSet =
true; m_targetUrl = std::forward<TargetUrlT>(value); }
79 template<
typename TargetUrlT = Aws::String>
85 bool m_contextHasBeenSet =
false;
88 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