AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SendWorkflowStepActionResult.h
1
6#pragma once
7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace imagebuilder
24{
25namespace Model
26{
28 {
29 public:
30 AWS_IMAGEBUILDER_API SendWorkflowStepActionResult() = default;
33
34
36
39 inline const Aws::String& GetStepExecutionId() const { return m_stepExecutionId; }
40 template<typename StepExecutionIdT = Aws::String>
41 void SetStepExecutionId(StepExecutionIdT&& value) { m_stepExecutionIdHasBeenSet = true; m_stepExecutionId = std::forward<StepExecutionIdT>(value); }
42 template<typename StepExecutionIdT = Aws::String>
43 SendWorkflowStepActionResult& WithStepExecutionId(StepExecutionIdT&& value) { SetStepExecutionId(std::forward<StepExecutionIdT>(value)); return *this;}
45
47
51 inline const Aws::String& GetImageBuildVersionArn() const { return m_imageBuildVersionArn; }
52 template<typename ImageBuildVersionArnT = Aws::String>
53 void SetImageBuildVersionArn(ImageBuildVersionArnT&& value) { m_imageBuildVersionArnHasBeenSet = true; m_imageBuildVersionArn = std::forward<ImageBuildVersionArnT>(value); }
54 template<typename ImageBuildVersionArnT = Aws::String>
55 SendWorkflowStepActionResult& WithImageBuildVersionArn(ImageBuildVersionArnT&& value) { SetImageBuildVersionArn(std::forward<ImageBuildVersionArnT>(value)); return *this;}
57
59
62 inline const Aws::String& GetClientToken() const { return m_clientToken; }
63 template<typename ClientTokenT = Aws::String>
64 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::forward<ClientTokenT>(value); }
65 template<typename ClientTokenT = Aws::String>
66 SendWorkflowStepActionResult& WithClientToken(ClientTokenT&& value) { SetClientToken(std::forward<ClientTokenT>(value)); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const { return m_requestId; }
72 template<typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
74 template<typename RequestIdT = Aws::String>
75 SendWorkflowStepActionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
77 private:
78
79 Aws::String m_stepExecutionId;
80 bool m_stepExecutionIdHasBeenSet = false;
81
82 Aws::String m_imageBuildVersionArn;
83 bool m_imageBuildVersionArnHasBeenSet = false;
84
85 Aws::String m_clientToken;
86 bool m_clientTokenHasBeenSet = false;
87
88 Aws::String m_requestId;
89 bool m_requestIdHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace imagebuilder
94} // namespace Aws
SendWorkflowStepActionResult & WithClientToken(ClientTokenT &&value)
AWS_IMAGEBUILDER_API SendWorkflowStepActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SendWorkflowStepActionResult & WithImageBuildVersionArn(ImageBuildVersionArnT &&value)
AWS_IMAGEBUILDER_API SendWorkflowStepActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API SendWorkflowStepActionResult()=default
SendWorkflowStepActionResult & WithStepExecutionId(StepExecutionIdT &&value)
SendWorkflowStepActionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue