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