AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateComponentResult.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 CreateComponentResult();
33
34
36
39 inline const Aws::String& GetRequestId() const{ return m_requestId; }
40 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
41 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
42 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
43 inline CreateComponentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
44 inline CreateComponentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
45 inline CreateComponentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
47
49
52 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
53 inline void SetClientToken(const Aws::String& value) { m_clientToken = value; }
54 inline void SetClientToken(Aws::String&& value) { m_clientToken = std::move(value); }
55 inline void SetClientToken(const char* value) { m_clientToken.assign(value); }
56 inline CreateComponentResult& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
57 inline CreateComponentResult& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
58 inline CreateComponentResult& WithClientToken(const char* value) { SetClientToken(value); return *this;}
60
62
65 inline const Aws::String& GetComponentBuildVersionArn() const{ return m_componentBuildVersionArn; }
66 inline void SetComponentBuildVersionArn(const Aws::String& value) { m_componentBuildVersionArn = value; }
67 inline void SetComponentBuildVersionArn(Aws::String&& value) { m_componentBuildVersionArn = std::move(value); }
68 inline void SetComponentBuildVersionArn(const char* value) { m_componentBuildVersionArn.assign(value); }
71 inline CreateComponentResult& WithComponentBuildVersionArn(const char* value) { SetComponentBuildVersionArn(value); return *this;}
73 private:
74
75 Aws::String m_requestId;
76
77 Aws::String m_clientToken;
78
79 Aws::String m_componentBuildVersionArn;
80 };
81
82} // namespace Model
83} // namespace imagebuilder
84} // namespace Aws
CreateComponentResult & WithComponentBuildVersionArn(const char *value)
void SetComponentBuildVersionArn(const Aws::String &value)
AWS_IMAGEBUILDER_API CreateComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateComponentResult & WithClientToken(const char *value)
CreateComponentResult & WithRequestId(Aws::String &&value)
AWS_IMAGEBUILDER_API CreateComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateComponentResult & WithRequestId(const char *value)
CreateComponentResult & WithRequestId(const Aws::String &value)
CreateComponentResult & WithClientToken(const Aws::String &value)
CreateComponentResult & WithClientToken(Aws::String &&value)
CreateComponentResult & WithComponentBuildVersionArn(Aws::String &&value)
CreateComponentResult & WithComponentBuildVersionArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue