7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/FailureType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename MessageT = Aws::String>
58 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
59 template<
typename MessageT = Aws::String>
69 template<
typename ExternalExecutionIdT = Aws::String>
70 void SetExternalExecutionId(ExternalExecutionIdT&& value) { m_externalExecutionIdHasBeenSet =
true; m_externalExecutionId = std::forward<ExternalExecutionIdT>(value); }
71 template<
typename ExternalExecutionIdT = Aws::String>
77 bool m_typeHasBeenSet =
false;
80 bool m_messageHasBeenSet =
false;
83 bool m_externalExecutionIdHasBeenSet =
false;
FailureDetails & WithType(FailureType value)
const Aws::String & GetExternalExecutionId() const
bool TypeHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API FailureDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExternalExecutionId(ExternalExecutionIdT &&value)
AWS_CODEPIPELINE_API FailureDetails(Aws::Utils::Json::JsonView jsonValue)
bool ExternalExecutionIdHasBeenSet() const
void SetType(FailureType value)
FailureDetails & WithExternalExecutionId(ExternalExecutionIdT &&value)
void SetMessage(MessageT &&value)
FailureDetails & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_CODEPIPELINE_API FailureDetails()=default
FailureType GetType() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue