7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename PipelineExecutionArnT = Aws::String>
41 void SetPipelineExecutionArn(PipelineExecutionArnT&& value) { m_pipelineExecutionArnHasBeenSet =
true; m_pipelineExecutionArn = std::forward<PipelineExecutionArnT>(value); }
42 template<
typename PipelineExecutionArnT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_pipelineExecutionArnHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
UpdatePipelineExecutionResult & WithPipelineExecutionArn(PipelineExecutionArnT &&value)
void SetPipelineExecutionArn(PipelineExecutionArnT &&value)
AWS_SAGEMAKER_API UpdatePipelineExecutionResult()=default
const Aws::String & GetPipelineExecutionArn() const
UpdatePipelineExecutionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API UpdatePipelineExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API UpdatePipelineExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue