7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
80 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
102 inline void SetNamespaceId(
const char* value) { m_namespaceIdHasBeenSet =
true; m_namespaceId.assign(value); }
110 bool m_targetsHasBeenSet =
false;
113 bool m_jobIdHasBeenSet =
false;
116 bool m_commentHasBeenSet =
false;
119 bool m_namespaceIdHasBeenSet =
false;
bool TargetsHasBeenSet() const
AssociateTargetsWithJobRequest & AddTargets(const char *value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetJobId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTargets(const Aws::Vector< Aws::String > &value)
void SetNamespaceId(const Aws::String &value)
void SetNamespaceId(const char *value)
AssociateTargetsWithJobRequest & WithNamespaceId(const char *value)
AssociateTargetsWithJobRequest & WithTargets(Aws::Vector< Aws::String > &&value)
AssociateTargetsWithJobRequest & WithNamespaceId(const Aws::String &value)
AssociateTargetsWithJobRequest & WithComment(Aws::String &&value)
AssociateTargetsWithJobRequest & WithTargets(const Aws::Vector< Aws::String > &value)
AssociateTargetsWithJobRequest & WithComment(const char *value)
const Aws::String & GetComment() const
const Aws::String & GetJobId() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AssociateTargetsWithJobRequest & WithComment(const Aws::String &value)
bool JobIdHasBeenSet() const
bool NamespaceIdHasBeenSet() const
void SetNamespaceId(Aws::String &&value)
void SetJobId(Aws::String &&value)
bool CommentHasBeenSet() const
AssociateTargetsWithJobRequest & WithJobId(const char *value)
void SetComment(const Aws::String &value)
AWS_IOT_API AssociateTargetsWithJobRequest()
void SetJobId(const Aws::String &value)
const Aws::String & GetNamespaceId() const
void SetComment(const char *value)
void SetComment(Aws::String &&value)
AssociateTargetsWithJobRequest & AddTargets(Aws::String &&value)
AssociateTargetsWithJobRequest & AddTargets(const Aws::String &value)
AssociateTargetsWithJobRequest & WithNamespaceId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetTargets() const
AssociateTargetsWithJobRequest & WithJobId(Aws::String &&value)
void SetTargets(Aws::Vector< Aws::String > &&value)
AssociateTargetsWithJobRequest & WithJobId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector