7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename JobArnT = Aws::String>
37 m_jobArnHasBeenSet =
true;
38 m_jobArn = std::forward<JobArnT>(value);
40 template <
typename JobArnT = Aws::String>
52 template <
typename JobIdT = Aws::String>
54 m_jobIdHasBeenSet =
true;
55 m_jobId = std::forward<JobIdT>(value);
57 template <
typename JobIdT = Aws::String>
59 SetJobId(std::forward<JobIdT>(value));
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_jobArnHasBeenSet =
false;
107 bool m_jobIdHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AssociateTargetsWithJobResult & WithDescription(DescriptionT &&value)
AssociateTargetsWithJobResult & WithJobId(JobIdT &&value)
AssociateTargetsWithJobResult & WithJobArn(JobArnT &&value)
void SetJobId(JobIdT &&value)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobId() const
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)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
AWS_IOT_API AssociateTargetsWithJobResult()=default
AssociateTargetsWithJobResult & WithRequestId(RequestIdT &&value)
void SetJobArn(JobArnT &&value)
const Aws::String & GetJobArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue