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>
17#include <aws/deadline/model/SchedulingConfiguration.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
50 template <
typename FarmIdT = Aws::String>
52 m_farmIdHasBeenSet =
true;
53 m_farmId = std::forward<FarmIdT>(value);
55 template <
typename FarmIdT = Aws::String>
67 template <
typename QueueIdT = Aws::String>
69 m_queueIdHasBeenSet =
true;
70 m_queueId = std::forward<QueueIdT>(value);
72 template <
typename QueueIdT = Aws::String>
86 template <
typename DisplayNameT = Aws::String>
88 m_displayNameHasBeenSet =
true;
89 m_displayName = std::forward<DisplayNameT>(value);
91 template <
typename DisplayNameT = Aws::String>
107 m_statusHasBeenSet =
true;
122 m_defaultBudgetActionHasBeenSet =
true;
123 m_defaultBudgetAction = value;
137 m_blockedReasonHasBeenSet =
true;
138 m_blockedReason = value;
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
168 template <
typename CreatedByT = Aws::String>
170 m_createdByHasBeenSet =
true;
171 m_createdBy = std::forward<CreatedByT>(value);
173 template <
typename CreatedByT = Aws::String>
185 template <
typename UpdatedAtT = Aws::Utils::DateTime>
187 m_updatedAtHasBeenSet =
true;
188 m_updatedAt = std::forward<UpdatedAtT>(value);
190 template <
typename UpdatedAtT = Aws::Utils::DateTime>
202 template <
typename UpdatedByT = Aws::String>
204 m_updatedByHasBeenSet =
true;
205 m_updatedBy = std::forward<UpdatedByT>(value);
207 template <
typename UpdatedByT = Aws::String>
221 template <
typename DescriptionT = Aws::String>
223 m_descriptionHasBeenSet =
true;
224 m_description = std::forward<DescriptionT>(value);
226 template <
typename DescriptionT = Aws::String>
238 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
240 m_jobAttachmentSettingsHasBeenSet =
true;
241 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
243 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
255 template <
typename RoleArnT = Aws::String>
257 m_roleArnHasBeenSet =
true;
258 m_roleArn = std::forward<RoleArnT>(value);
260 template <
typename RoleArnT = Aws::String>
272 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
274 m_requiredFileSystemLocationNamesHasBeenSet =
true;
275 m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value);
277 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
282 template <
typename RequiredFileSystemLocationNamesT = Aws::String>
284 m_requiredFileSystemLocationNamesHasBeenSet =
true;
285 m_requiredFileSystemLocationNames.emplace_back(std::forward<RequiredFileSystemLocationNamesT>(value));
295 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
297 m_allowedStorageProfileIdsHasBeenSet =
true;
298 m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value);
300 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
305 template <
typename AllowedStorageProfileIdsT = Aws::String>
307 m_allowedStorageProfileIdsHasBeenSet =
true;
308 m_allowedStorageProfileIds.emplace_back(std::forward<AllowedStorageProfileIdsT>(value));
318 template <
typename JobRunAsUserT = JobRunAsUser>
320 m_jobRunAsUserHasBeenSet =
true;
321 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
323 template <
typename JobRunAsUserT = JobRunAsUser>
336 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
338 m_schedulingConfigurationHasBeenSet =
true;
339 m_schedulingConfiguration = std::forward<SchedulingConfigurationT>(value);
341 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
351 template <
typename RequestIdT = Aws::String>
353 m_requestIdHasBeenSet =
true;
354 m_requestId = std::forward<RequestIdT>(value);
356 template <
typename RequestIdT = Aws::String>
387 JobAttachmentSettings m_jobAttachmentSettings;
395 JobRunAsUser m_jobRunAsUser;
397 SchedulingConfiguration m_schedulingConfiguration;
401 bool m_farmIdHasBeenSet =
false;
402 bool m_queueIdHasBeenSet =
false;
403 bool m_displayNameHasBeenSet =
false;
404 bool m_statusHasBeenSet =
false;
405 bool m_defaultBudgetActionHasBeenSet =
false;
406 bool m_blockedReasonHasBeenSet =
false;
407 bool m_createdAtHasBeenSet =
false;
408 bool m_createdByHasBeenSet =
false;
409 bool m_updatedAtHasBeenSet =
false;
410 bool m_updatedByHasBeenSet =
false;
411 bool m_descriptionHasBeenSet =
false;
412 bool m_jobAttachmentSettingsHasBeenSet =
false;
413 bool m_roleArnHasBeenSet =
false;
414 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
415 bool m_allowedStorageProfileIdsHasBeenSet =
false;
416 bool m_jobRunAsUserHasBeenSet =
false;
417 bool m_schedulingConfigurationHasBeenSet =
false;
418 bool m_requestIdHasBeenSet =
false;
const SchedulingConfiguration & GetSchedulingConfiguration() const
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 & WithSchedulingConfiguration(SchedulingConfigurationT &&value)
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)
void SetSchedulingConfiguration(SchedulingConfigurationT &&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