7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/deadline/Deadline_EXPORTS.h>
12#include <aws/deadline/model/DefaultQueueBudgetAction.h>
13#include <aws/deadline/model/JobAttachmentSettings.h>
14#include <aws/deadline/model/JobRunAsUser.h>
15#include <aws/deadline/model/QueueBlockedReason.h>
16#include <aws/deadline/model/QueueStatus.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename QueueIdT = Aws::String>
44 m_queueIdHasBeenSet =
true;
45 m_queueId = std::forward<QueueIdT>(value);
47 template <
typename QueueIdT = Aws::String>
61 template <
typename DisplayNameT = Aws::String>
63 m_displayNameHasBeenSet =
true;
64 m_displayName = std::forward<DisplayNameT>(value);
66 template <
typename DisplayNameT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
97 template <
typename FarmIdT = Aws::String>
99 m_farmIdHasBeenSet =
true;
100 m_farmId = std::forward<FarmIdT>(value);
102 template <
typename FarmIdT = Aws::String>
118 m_statusHasBeenSet =
true;
133 m_defaultBudgetActionHasBeenSet =
true;
134 m_defaultBudgetAction = value;
148 m_blockedReasonHasBeenSet =
true;
149 m_blockedReason = value;
162 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
164 m_jobAttachmentSettingsHasBeenSet =
true;
165 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
167 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
179 template <
typename RoleArnT = Aws::String>
181 m_roleArnHasBeenSet =
true;
182 m_roleArn = std::forward<RoleArnT>(value);
184 template <
typename RoleArnT = Aws::String>
196 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
198 m_requiredFileSystemLocationNamesHasBeenSet =
true;
199 m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value);
201 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
206 template <
typename RequiredFileSystemLocationNamesT = Aws::String>
208 m_requiredFileSystemLocationNamesHasBeenSet =
true;
209 m_requiredFileSystemLocationNames.emplace_back(std::forward<RequiredFileSystemLocationNamesT>(value));
219 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
221 m_allowedStorageProfileIdsHasBeenSet =
true;
222 m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value);
224 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
229 template <
typename AllowedStorageProfileIdsT = Aws::String>
231 m_allowedStorageProfileIdsHasBeenSet =
true;
232 m_allowedStorageProfileIds.emplace_back(std::forward<AllowedStorageProfileIdsT>(value));
242 template <
typename JobRunAsUserT = JobRunAsUser>
244 m_jobRunAsUserHasBeenSet =
true;
245 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
247 template <
typename JobRunAsUserT = JobRunAsUser>
259 template <
typename CreatedAtT = Aws::Utils::DateTime>
261 m_createdAtHasBeenSet =
true;
262 m_createdAt = std::forward<CreatedAtT>(value);
264 template <
typename CreatedAtT = Aws::Utils::DateTime>
276 template <
typename CreatedByT = Aws::String>
278 m_createdByHasBeenSet =
true;
279 m_createdBy = std::forward<CreatedByT>(value);
281 template <
typename CreatedByT = Aws::String>
293 template <
typename UpdatedAtT = Aws::Utils::DateTime>
295 m_updatedAtHasBeenSet =
true;
296 m_updatedAt = std::forward<UpdatedAtT>(value);
298 template <
typename UpdatedAtT = Aws::Utils::DateTime>
310 template <
typename UpdatedByT = Aws::String>
312 m_updatedByHasBeenSet =
true;
313 m_updatedBy = std::forward<UpdatedByT>(value);
315 template <
typename UpdatedByT = Aws::String>
325 template <
typename RequestIdT = Aws::String>
327 m_requestIdHasBeenSet =
true;
328 m_requestId = std::forward<RequestIdT>(value);
330 template <
typename RequestIdT = Aws::String>
353 JobAttachmentSettings m_jobAttachmentSettings;
361 JobRunAsUser m_jobRunAsUser;
373 bool m_queueIdHasBeenSet =
false;
374 bool m_displayNameHasBeenSet =
false;
375 bool m_descriptionHasBeenSet =
false;
376 bool m_farmIdHasBeenSet =
false;
377 bool m_statusHasBeenSet =
false;
378 bool m_defaultBudgetActionHasBeenSet =
false;
379 bool m_blockedReasonHasBeenSet =
false;
380 bool m_jobAttachmentSettingsHasBeenSet =
false;
381 bool m_roleArnHasBeenSet =
false;
382 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
383 bool m_allowedStorageProfileIdsHasBeenSet =
false;
384 bool m_jobRunAsUserHasBeenSet =
false;
385 bool m_createdAtHasBeenSet =
false;
386 bool m_createdByHasBeenSet =
false;
387 bool m_updatedAtHasBeenSet =
false;
388 bool m_updatedByHasBeenSet =
false;
389 bool m_requestIdHasBeenSet =
false;
GetQueueResult & WithStatus(QueueStatus value)
void SetStatus(QueueStatus value)
const JobRunAsUser & GetJobRunAsUser() const
AWS_DEADLINE_API GetQueueResult()=default
void SetUpdatedBy(UpdatedByT &&value)
GetQueueResult & WithUpdatedBy(UpdatedByT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
QueueBlockedReason GetBlockedReason() const
void SetDefaultBudgetAction(DefaultQueueBudgetAction value)
const Aws::String & GetDescription() const
GetQueueResult & WithBlockedReason(QueueBlockedReason value)
GetQueueResult & WithUpdatedAt(UpdatedAtT &&value)
GetQueueResult & WithDescription(DescriptionT &&value)
GetQueueResult & WithRequestId(RequestIdT &&value)
void SetRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
void SetFarmId(FarmIdT &&value)
GetQueueResult & WithCreatedBy(CreatedByT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetQueueResult & AddRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
QueueStatus GetStatus() const
GetQueueResult & WithRoleArn(RoleArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< Aws::String > & GetRequiredFileSystemLocationNames() const
AWS_DEADLINE_API GetQueueResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetUpdatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetQueueResult & WithCreatedAt(CreatedAtT &&value)
GetQueueResult & WithDisplayName(DisplayNameT &&value)
GetQueueResult & WithJobRunAsUser(JobRunAsUserT &&value)
GetQueueResult & WithDefaultBudgetAction(DefaultQueueBudgetAction value)
AWS_DEADLINE_API GetQueueResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQueueResult & WithJobAttachmentSettings(JobAttachmentSettingsT &&value)
GetQueueResult & WithFarmId(FarmIdT &&value)
void SetJobRunAsUser(JobRunAsUserT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetQueueId() const
void SetQueueId(QueueIdT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetDisplayName() const
const Aws::String & GetFarmId() const
const Aws::String & GetRoleArn() const
const Aws::String & GetCreatedBy() const
GetQueueResult & WithQueueId(QueueIdT &&value)
DefaultQueueBudgetAction GetDefaultBudgetAction() const
GetQueueResult & WithAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
void SetAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
void SetDescription(DescriptionT &&value)
const JobAttachmentSettings & GetJobAttachmentSettings() const
const Aws::Vector< Aws::String > & GetAllowedStorageProfileIds() const
GetQueueResult & AddAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
GetQueueResult & WithRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
void SetJobAttachmentSettings(JobAttachmentSettingsT &&value)
void SetBlockedReason(QueueBlockedReason value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue