AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
AssociateTargetsWithJobResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace IoT {
23namespace Model {
25 public:
26 AWS_IOT_API AssociateTargetsWithJobResult() = default;
29
31
34 inline const Aws::String& GetJobArn() const { return m_jobArn; }
35 template <typename JobArnT = Aws::String>
36 void SetJobArn(JobArnT&& value) {
37 m_jobArnHasBeenSet = true;
38 m_jobArn = std::forward<JobArnT>(value);
39 }
40 template <typename JobArnT = Aws::String>
42 SetJobArn(std::forward<JobArnT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetJobId() const { return m_jobId; }
52 template <typename JobIdT = Aws::String>
53 void SetJobId(JobIdT&& value) {
54 m_jobIdHasBeenSet = true;
55 m_jobId = std::forward<JobIdT>(value);
56 }
57 template <typename JobIdT = Aws::String>
59 SetJobId(std::forward<JobIdT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetDescription() const { return m_description; }
69 template <typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) {
71 m_descriptionHasBeenSet = true;
72 m_description = std::forward<DescriptionT>(value);
73 }
74 template <typename DescriptionT = Aws::String>
76 SetDescription(std::forward<DescriptionT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
96
97 private:
98 Aws::String m_jobArn;
99
100 Aws::String m_jobId;
101
102 Aws::String m_description;
103
104 Aws::String m_requestId;
105 Aws::Http::HttpResponseCode m_HttpResponseCode;
106 bool m_jobArnHasBeenSet = false;
107 bool m_jobIdHasBeenSet = false;
108 bool m_descriptionHasBeenSet = false;
109 bool m_requestIdHasBeenSet = false;
110};
111
112} // namespace Model
113} // namespace IoT
114} // namespace Aws
AssociateTargetsWithJobResult & WithDescription(DescriptionT &&value)
AssociateTargetsWithJobResult & WithJobId(JobIdT &&value)
AssociateTargetsWithJobResult & WithJobArn(JobArnT &&value)
AWS_IOT_API AssociateTargetsWithJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API AssociateTargetsWithJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateTargetsWithJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue