7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
62 inline void SetBeforeSubstitution(
bool value) { m_beforeSubstitutionHasBeenSet =
true; m_beforeSubstitution = value; }
68 bool m_jobIdHasBeenSet =
false;
70 bool m_beforeSubstitution;
71 bool m_beforeSubstitutionHasBeenSet =
false;
bool BeforeSubstitutionHasBeenSet() const
void SetJobId(const Aws::String &value)
GetJobDocumentRequest & WithBeforeSubstitution(bool value)
void SetJobId(Aws::String &&value)
GetJobDocumentRequest & WithJobId(const Aws::String &value)
void SetJobId(const char *value)
bool JobIdHasBeenSet() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_IOT_API GetJobDocumentRequest()
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
bool GetBeforeSubstitution() const
GetJobDocumentRequest & WithJobId(Aws::String &&value)
void SetBeforeSubstitution(bool value)
const Aws::String & GetJobId() const
GetJobDocumentRequest & WithJobId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String