7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
41 template <
typename SummaryT = Aws::String>
43 m_summaryHasBeenSet =
true;
44 m_summary = std::forward<SummaryT>(value);
46 template <
typename SummaryT = Aws::String>
60 template <
typename ExternalExecutionIdT = Aws::String>
62 m_externalExecutionIdHasBeenSet =
true;
63 m_externalExecutionId = std::forward<ExternalExecutionIdT>(value);
65 template <
typename ExternalExecutionIdT = Aws::String>
80 m_percentCompleteHasBeenSet =
true;
81 m_percentComplete = value;
93 int m_percentComplete{0};
94 bool m_summaryHasBeenSet =
false;
95 bool m_externalExecutionIdHasBeenSet =
false;
96 bool m_percentCompleteHasBeenSet =
false;
int GetPercentComplete() const
ExecutionDetails & WithSummary(SummaryT &&value)
bool ExternalExecutionIdHasBeenSet() const
AWS_CODEPIPELINE_API ExecutionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PercentCompleteHasBeenSet() const
ExecutionDetails & WithPercentComplete(int value)
AWS_CODEPIPELINE_API ExecutionDetails()=default
void SetPercentComplete(int value)
AWS_CODEPIPELINE_API ExecutionDetails(Aws::Utils::Json::JsonView jsonValue)
void SetSummary(SummaryT &&value)
void SetExternalExecutionId(ExternalExecutionIdT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetExternalExecutionId() const
bool SummaryHasBeenSet() const
const Aws::String & GetSummary() const
ExecutionDetails & WithExternalExecutionId(ExternalExecutionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue