7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/FrontOfQueueDetail.h>
9#include <aws/batch/model/FrontOfQuotaSharesDetail.h>
10#include <aws/batch/model/QueueSnapshotUtilizationDetail.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
41 template <
typename FrontOfQueueT = FrontOfQueueDetail>
43 m_frontOfQueueHasBeenSet =
true;
44 m_frontOfQueue = std::forward<FrontOfQueueT>(value);
46 template <
typename FrontOfQueueT = FrontOfQueueDetail>
59 template <
typename FrontOfQuotaSharesT = FrontOfQuotaSharesDetail>
61 m_frontOfQuotaSharesHasBeenSet =
true;
62 m_frontOfQuotaShares = std::forward<FrontOfQuotaSharesT>(value);
64 template <
typename FrontOfQuotaSharesT = FrontOfQuotaSharesDetail>
77 template <
typename QueueUtilizationT = QueueSnapshotUtilizationDetail>
79 m_queueUtilizationHasBeenSet =
true;
80 m_queueUtilization = std::forward<QueueUtilizationT>(value);
82 template <
typename QueueUtilizationT = QueueSnapshotUtilizationDetail>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_frontOfQueueHasBeenSet =
false;
115 bool m_frontOfQuotaSharesHasBeenSet =
false;
116 bool m_queueUtilizationHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
void SetQueueUtilization(QueueUtilizationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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 FrontOfQuotaSharesDetail & GetFrontOfQuotaShares() const
const QueueSnapshotUtilizationDetail & GetQueueUtilization() const
AWS_BATCH_API GetJobQueueSnapshotResult()=default
void SetFrontOfQuotaShares(FrontOfQuotaSharesT &&value)
const Aws::String & GetRequestId() const
void SetFrontOfQueue(FrontOfQueueT &&value)
GetJobQueueSnapshotResult & WithFrontOfQuotaShares(FrontOfQuotaSharesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue