7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/BatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetJobQueue(
const char* value) { m_jobQueueHasBeenSet =
true; m_jobQueue.assign(value); }
51 bool m_jobQueueHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool JobQueueHasBeenSet() const
GetJobQueueSnapshotRequest & WithJobQueue(Aws::String &&value)
void SetJobQueue(const Aws::String &value)
void SetJobQueue(const char *value)
GetJobQueueSnapshotRequest & WithJobQueue(const char *value)
void SetJobQueue(Aws::String &&value)
AWS_BATCH_API Aws::String SerializePayload() const override
const Aws::String & GetJobQueue() const
AWS_BATCH_API GetJobQueueSnapshotRequest()
GetJobQueueSnapshotRequest & WithJobQueue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String