AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
33
34
36
39 inline const Aws::String& GetStepExecutionId() const{ return m_stepExecutionId; }
40 inline void SetStepExecutionId(const Aws::String& value) { m_stepExecutionId = value; }
41 inline void SetStepExecutionId(Aws::String&& value) { m_stepExecutionId = std::move(value); }
42 inline void SetStepExecutionId(const char* value) { m_stepExecutionId.assign(value); }
44 inline SendWorkflowStepActionResult& WithStepExecutionId(Aws::String&& value) { SetStepExecutionId(std::move(value)); return *this;}
45 inline SendWorkflowStepActionResult& WithStepExecutionId(const char* value) { SetStepExecutionId(value); return *this;}
47
49
53 inline const Aws::String& GetImageBuildVersionArn() const{ return m_imageBuildVersionArn; }
54 inline void SetImageBuildVersionArn(const Aws::String& value) { m_imageBuildVersionArn = value; }
55 inline void SetImageBuildVersionArn(Aws::String&& value) { m_imageBuildVersionArn = std::move(value); }
56 inline void SetImageBuildVersionArn(const char* value) { m_imageBuildVersionArn.assign(value); }
59 inline SendWorkflowStepActionResult& WithImageBuildVersionArn(const char* value) { SetImageBuildVersionArn(value); return *this;}
61
63
66 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
67 inline void SetClientToken(const Aws::String& value) { m_clientToken = value; }
68 inline void SetClientToken(Aws::String&& value) { m_clientToken = std::move(value); }
69 inline void SetClientToken(const char* value) { m_clientToken.assign(value); }
70 inline SendWorkflowStepActionResult& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
71 inline SendWorkflowStepActionResult& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
72 inline SendWorkflowStepActionResult& WithClientToken(const char* value) { SetClientToken(value); return *this;}
74
76
77 inline const Aws::String& GetRequestId() const{ return m_requestId; }
78 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
79 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
80 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
81 inline SendWorkflowStepActionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
82 inline SendWorkflowStepActionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
83 inline SendWorkflowStepActionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
85 private:
86
87 Aws::String m_stepExecutionId;
88
89 Aws::String m_imageBuildVersionArn;
90
91 Aws::String m_clientToken;
92
93 Aws::String m_requestId;
94 };
95
96} // namespace Model
97} // namespace imagebuilder
98} // namespace Aws
SendWorkflowStepActionResult & WithImageBuildVersionArn(const char *value)
SendWorkflowStepActionResult & WithStepExecutionId(const Aws::String &value)
SendWorkflowStepActionResult & WithClientToken(Aws::String &&value)
AWS_IMAGEBUILDER_API SendWorkflowStepActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API SendWorkflowStepActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SendWorkflowStepActionResult & WithStepExecutionId(const char *value)
SendWorkflowStepActionResult & WithClientToken(const char *value)
SendWorkflowStepActionResult & WithRequestId(const Aws::String &value)
SendWorkflowStepActionResult & WithRequestId(const char *value)
SendWorkflowStepActionResult & WithStepExecutionId(Aws::String &&value)
SendWorkflowStepActionResult & WithRequestId(Aws::String &&value)
SendWorkflowStepActionResult & WithImageBuildVersionArn(Aws::String &&value)
SendWorkflowStepActionResult & WithClientToken(const Aws::String &value)
SendWorkflowStepActionResult & WithImageBuildVersionArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue