7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/ErrorDetails.h>
48 template<
typename ExternalExecutionIdT = Aws::String>
49 void SetExternalExecutionId(ExternalExecutionIdT&& value) { m_externalExecutionIdHasBeenSet =
true; m_externalExecutionId = std::forward<ExternalExecutionIdT>(value); }
50 template<
typename ExternalExecutionIdT = Aws::String>
60 template<
typename ExternalExecutionSummaryT = Aws::String>
61 void SetExternalExecutionSummary(ExternalExecutionSummaryT&& value) { m_externalExecutionSummaryHasBeenSet =
true; m_externalExecutionSummary = std::forward<ExternalExecutionSummaryT>(value); }
62 template<
typename ExternalExecutionSummaryT = Aws::String>
73 template<
typename ExternalExecutionUrlT = Aws::String>
74 void SetExternalExecutionUrl(ExternalExecutionUrlT&& value) { m_externalExecutionUrlHasBeenSet =
true; m_externalExecutionUrl = std::forward<ExternalExecutionUrlT>(value); }
75 template<
typename ExternalExecutionUrlT = Aws::String>
83 template<
typename ErrorDetailsT = ErrorDetails>
84 void SetErrorDetails(ErrorDetailsT&& value) { m_errorDetailsHasBeenSet =
true; m_errorDetails = std::forward<ErrorDetailsT>(value); }
85 template<
typename ErrorDetailsT = ErrorDetails>
91 bool m_externalExecutionIdHasBeenSet =
false;
94 bool m_externalExecutionSummaryHasBeenSet =
false;
97 bool m_externalExecutionUrlHasBeenSet =
false;
100 bool m_errorDetailsHasBeenSet =
false;
bool ExternalExecutionUrlHasBeenSet() const
const Aws::String & GetExternalExecutionSummary() const
const ErrorDetails & GetErrorDetails() const
void SetExternalExecutionUrl(ExternalExecutionUrlT &&value)
void SetExternalExecutionSummary(ExternalExecutionSummaryT &&value)
void SetExternalExecutionId(ExternalExecutionIdT &&value)
RuleExecutionResult & WithExternalExecutionId(ExternalExecutionIdT &&value)
const Aws::String & GetExternalExecutionUrl() const
bool ErrorDetailsHasBeenSet() const
AWS_CODEPIPELINE_API RuleExecutionResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API RuleExecutionResult()=default
bool ExternalExecutionIdHasBeenSet() const
bool ExternalExecutionSummaryHasBeenSet() const
void SetErrorDetails(ErrorDetailsT &&value)
RuleExecutionResult & WithExternalExecutionUrl(ExternalExecutionUrlT &&value)
AWS_CODEPIPELINE_API RuleExecutionResult(Aws::Utils::Json::JsonView jsonValue)
RuleExecutionResult & WithExternalExecutionSummary(ExternalExecutionSummaryT &&value)
RuleExecutionResult & WithErrorDetails(ErrorDetailsT &&value)
const Aws::String & GetExternalExecutionId() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue