7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/Deadline_EXPORTS.h>
11#include <aws/deadline/model/DefaultQueueBudgetAction.h>
12#include <aws/deadline/model/JobAttachmentSettings.h>
13#include <aws/deadline/model/JobRunAsUser.h>
14#include <aws/deadline/model/QueueBlockedReason.h>
15#include <aws/deadline/model/QueueStatus.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename QueueIdT = Aws::String>
43 m_queueIdHasBeenSet =
true;
44 m_queueId = std::forward<QueueIdT>(value);
46 template <
typename QueueIdT = Aws::String>
60 template <
typename DisplayNameT = Aws::String>
62 m_displayNameHasBeenSet =
true;
63 m_displayName = std::forward<DisplayNameT>(value);
65 template <
typename DisplayNameT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
96 template <
typename FarmIdT = Aws::String>
98 m_farmIdHasBeenSet =
true;
99 m_farmId = std::forward<FarmIdT>(value);
101 template <
typename FarmIdT = Aws::String>
117 m_statusHasBeenSet =
true;
132 m_defaultBudgetActionHasBeenSet =
true;
133 m_defaultBudgetAction = value;
147 m_blockedReasonHasBeenSet =
true;
148 m_blockedReason = value;
161 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
163 m_jobAttachmentSettingsHasBeenSet =
true;
164 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
166 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
178 template <
typename RoleArnT = Aws::String>
180 m_roleArnHasBeenSet =
true;
181 m_roleArn = std::forward<RoleArnT>(value);
183 template <
typename RoleArnT = Aws::String>
195 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
197 m_requiredFileSystemLocationNamesHasBeenSet =
true;
198 m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value);
200 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
205 template <
typename RequiredFileSystemLocationNamesT = Aws::String>
207 m_requiredFileSystemLocationNamesHasBeenSet =
true;
208 m_requiredFileSystemLocationNames.emplace_back(std::forward<RequiredFileSystemLocationNamesT>(value));
218 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
220 m_allowedStorageProfileIdsHasBeenSet =
true;
221 m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value);
223 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
228 template <
typename AllowedStorageProfileIdsT = Aws::String>
230 m_allowedStorageProfileIdsHasBeenSet =
true;
231 m_allowedStorageProfileIds.emplace_back(std::forward<AllowedStorageProfileIdsT>(value));
241 template <
typename JobRunAsUserT = JobRunAsUser>
243 m_jobRunAsUserHasBeenSet =
true;
244 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
246 template <
typename JobRunAsUserT = JobRunAsUser>
258 template <
typename CreatedAtT = Aws::Utils::DateTime>
260 m_createdAtHasBeenSet =
true;
261 m_createdAt = std::forward<CreatedAtT>(value);
263 template <
typename CreatedAtT = Aws::Utils::DateTime>
275 template <
typename CreatedByT = Aws::String>
277 m_createdByHasBeenSet =
true;
278 m_createdBy = std::forward<CreatedByT>(value);
280 template <
typename CreatedByT = Aws::String>
292 template <
typename UpdatedAtT = Aws::Utils::DateTime>
294 m_updatedAtHasBeenSet =
true;
295 m_updatedAt = std::forward<UpdatedAtT>(value);
297 template <
typename UpdatedAtT = Aws::Utils::DateTime>
309 template <
typename UpdatedByT = Aws::String>
311 m_updatedByHasBeenSet =
true;
312 m_updatedBy = std::forward<UpdatedByT>(value);
314 template <
typename UpdatedByT = Aws::String>
324 template <
typename RequestIdT = Aws::String>
326 m_requestIdHasBeenSet =
true;
327 m_requestId = std::forward<RequestIdT>(value);
329 template <
typename RequestIdT = Aws::String>
350 JobAttachmentSettings m_jobAttachmentSettings;
358 JobRunAsUser m_jobRunAsUser;
369 bool m_queueIdHasBeenSet =
false;
370 bool m_displayNameHasBeenSet =
false;
371 bool m_descriptionHasBeenSet =
false;
372 bool m_farmIdHasBeenSet =
false;
373 bool m_statusHasBeenSet =
false;
374 bool m_defaultBudgetActionHasBeenSet =
false;
375 bool m_blockedReasonHasBeenSet =
false;
376 bool m_jobAttachmentSettingsHasBeenSet =
false;
377 bool m_roleArnHasBeenSet =
false;
378 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
379 bool m_allowedStorageProfileIdsHasBeenSet =
false;
380 bool m_jobRunAsUserHasBeenSet =
false;
381 bool m_createdAtHasBeenSet =
false;
382 bool m_createdByHasBeenSet =
false;
383 bool m_updatedAtHasBeenSet =
false;
384 bool m_updatedByHasBeenSet =
false;
385 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)
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