7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/FrontOfQueueDetail.h>
9#include <aws/batch/model/QueueSnapshotUtilizationDetail.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
39 template <
typename FrontOfQueueT = FrontOfQueueDetail>
41 m_frontOfQueueHasBeenSet =
true;
42 m_frontOfQueue = std::forward<FrontOfQueueT>(value);
44 template <
typename FrontOfQueueT = FrontOfQueueDetail>
57 template <
typename QueueUtilizationT = QueueSnapshotUtilizationDetail>
59 m_queueUtilizationHasBeenSet =
true;
60 m_queueUtilization = std::forward<QueueUtilizationT>(value);
62 template <
typename QueueUtilizationT = QueueSnapshotUtilizationDetail>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
89 bool m_frontOfQueueHasBeenSet =
false;
90 bool m_queueUtilizationHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
void SetQueueUtilization(QueueUtilizationT &&value)
void SetRequestId(RequestIdT &&value)
GetJobQueueSnapshotResult & WithRequestId(RequestIdT &&value)
AWS_BATCH_API GetJobQueueSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetJobQueueSnapshotResult & WithFrontOfQueue(FrontOfQueueT &&value)
AWS_BATCH_API GetJobQueueSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const FrontOfQueueDetail & GetFrontOfQueue() const
GetJobQueueSnapshotResult & WithQueueUtilization(QueueUtilizationT &&value)
const QueueSnapshotUtilizationDetail & GetQueueUtilization() const
AWS_BATCH_API GetJobQueueSnapshotResult()=default
const Aws::String & GetRequestId() const
void SetFrontOfQueue(FrontOfQueueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue