7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename JobArnT = Aws::String>
41 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
42 template<
typename JobArnT = Aws::String>
51 template<
typename JobIdT = Aws::String>
52 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
53 template<
typename JobIdT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_jobArnHasBeenSet =
false;
82 bool m_jobIdHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
88 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue