AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateDeploymentResult.h
1
6#pragma once
7#include <aws/greengrassv2/GreengrassV2_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 GreengrassV2
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GREENGRASSV2_API CreateDeploymentResult();
33
34
36
39 inline const Aws::String& GetDeploymentId() const{ return m_deploymentId; }
40 inline void SetDeploymentId(const Aws::String& value) { m_deploymentId = value; }
41 inline void SetDeploymentId(Aws::String&& value) { m_deploymentId = std::move(value); }
42 inline void SetDeploymentId(const char* value) { m_deploymentId.assign(value); }
43 inline CreateDeploymentResult& WithDeploymentId(const Aws::String& value) { SetDeploymentId(value); return *this;}
44 inline CreateDeploymentResult& WithDeploymentId(Aws::String&& value) { SetDeploymentId(std::move(value)); return *this;}
45 inline CreateDeploymentResult& WithDeploymentId(const char* value) { SetDeploymentId(value); return *this;}
47
49
52 inline const Aws::String& GetIotJobId() const{ return m_iotJobId; }
53 inline void SetIotJobId(const Aws::String& value) { m_iotJobId = value; }
54 inline void SetIotJobId(Aws::String&& value) { m_iotJobId = std::move(value); }
55 inline void SetIotJobId(const char* value) { m_iotJobId.assign(value); }
56 inline CreateDeploymentResult& WithIotJobId(const Aws::String& value) { SetIotJobId(value); return *this;}
57 inline CreateDeploymentResult& WithIotJobId(Aws::String&& value) { SetIotJobId(std::move(value)); return *this;}
58 inline CreateDeploymentResult& WithIotJobId(const char* value) { SetIotJobId(value); return *this;}
60
62
67 inline const Aws::String& GetIotJobArn() const{ return m_iotJobArn; }
68 inline void SetIotJobArn(const Aws::String& value) { m_iotJobArn = value; }
69 inline void SetIotJobArn(Aws::String&& value) { m_iotJobArn = std::move(value); }
70 inline void SetIotJobArn(const char* value) { m_iotJobArn.assign(value); }
71 inline CreateDeploymentResult& WithIotJobArn(const Aws::String& value) { SetIotJobArn(value); return *this;}
72 inline CreateDeploymentResult& WithIotJobArn(Aws::String&& value) { SetIotJobArn(std::move(value)); return *this;}
73 inline CreateDeploymentResult& WithIotJobArn(const char* value) { SetIotJobArn(value); return *this;}
75
77
78 inline const Aws::String& GetRequestId() const{ return m_requestId; }
79 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
80 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
81 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
82 inline CreateDeploymentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
83 inline CreateDeploymentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
84 inline CreateDeploymentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
86 private:
87
88 Aws::String m_deploymentId;
89
90 Aws::String m_iotJobId;
91
92 Aws::String m_iotJobArn;
93
94 Aws::String m_requestId;
95 };
96
97} // namespace Model
98} // namespace GreengrassV2
99} // namespace Aws
CreateDeploymentResult & WithIotJobArn(Aws::String &&value)
AWS_GREENGRASSV2_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentResult & WithIotJobId(Aws::String &&value)
CreateDeploymentResult & WithIotJobId(const Aws::String &value)
CreateDeploymentResult & WithDeploymentId(const char *value)
CreateDeploymentResult & WithDeploymentId(const Aws::String &value)
CreateDeploymentResult & WithRequestId(const Aws::String &value)
CreateDeploymentResult & WithRequestId(Aws::String &&value)
AWS_GREENGRASSV2_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentResult & WithIotJobArn(const char *value)
CreateDeploymentResult & WithIotJobId(const char *value)
CreateDeploymentResult & WithIotJobArn(const Aws::String &value)
CreateDeploymentResult & WithDeploymentId(Aws::String &&value)
CreateDeploymentResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue