7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/FailureType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 m_typeHasBeenSet =
true;
57 template <
typename MessageT = Aws::String>
59 m_messageHasBeenSet =
true;
60 m_message = std::forward<MessageT>(value);
62 template <
typename MessageT = Aws::String>
75 template <
typename ExternalExecutionIdT = Aws::String>
77 m_externalExecutionIdHasBeenSet =
true;
78 m_externalExecutionId = std::forward<ExternalExecutionIdT>(value);
80 template <
typename ExternalExecutionIdT = Aws::String>
92 bool m_typeHasBeenSet =
false;
93 bool m_messageHasBeenSet =
false;
94 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