7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/DeadlineRequest.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/SchedulingConfiguration.h>
45 template <
typename FarmIdT = Aws::String>
47 m_farmIdHasBeenSet =
true;
48 m_farmId = std::forward<FarmIdT>(value);
50 template <
typename FarmIdT = Aws::String>
63 template <
typename QueueIdT = Aws::String>
65 m_queueIdHasBeenSet =
true;
66 m_queueId = std::forward<QueueIdT>(value);
68 template <
typename QueueIdT = Aws::String>
81 template <
typename ClientTokenT = Aws::String>
83 m_clientTokenHasBeenSet =
true;
84 m_clientToken = std::forward<ClientTokenT>(value);
86 template <
typename ClientTokenT = Aws::String>
102 template <
typename DisplayNameT = Aws::String>
104 m_displayNameHasBeenSet =
true;
105 m_displayName = std::forward<DisplayNameT>(value);
107 template <
typename DisplayNameT = Aws::String>
123 template <
typename DescriptionT = Aws::String>
125 m_descriptionHasBeenSet =
true;
126 m_description = std::forward<DescriptionT>(value);
128 template <
typename DescriptionT = Aws::String>
143 m_defaultBudgetActionHasBeenSet =
true;
144 m_defaultBudgetAction = value;
158 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
160 m_jobAttachmentSettingsHasBeenSet =
true;
161 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
163 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
176 template <
typename RoleArnT = Aws::String>
178 m_roleArnHasBeenSet =
true;
179 m_roleArn = std::forward<RoleArnT>(value);
181 template <
typename RoleArnT = Aws::String>
194 template <
typename JobRunAsUserT = JobRunAsUser>
196 m_jobRunAsUserHasBeenSet =
true;
197 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
199 template <
typename JobRunAsUserT = JobRunAsUser>
212 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
214 m_requiredFileSystemLocationNamesToAddHasBeenSet =
true;
215 m_requiredFileSystemLocationNamesToAdd = std::forward<RequiredFileSystemLocationNamesToAddT>(value);
217 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
222 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::String>
224 m_requiredFileSystemLocationNamesToAddHasBeenSet =
true;
225 m_requiredFileSystemLocationNamesToAdd.emplace_back(std::forward<RequiredFileSystemLocationNamesToAddT>(value));
235 return m_requiredFileSystemLocationNamesToRemove;
238 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
240 m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
true;
241 m_requiredFileSystemLocationNamesToRemove = std::forward<RequiredFileSystemLocationNamesToRemoveT>(value);
243 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
248 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::String>
250 m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
true;
251 m_requiredFileSystemLocationNamesToRemove.emplace_back(std::forward<RequiredFileSystemLocationNamesToRemoveT>(value));
262 template <
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
264 m_allowedStorageProfileIdsToAddHasBeenSet =
true;
265 m_allowedStorageProfileIdsToAdd = std::forward<AllowedStorageProfileIdsToAddT>(value);
267 template <
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
272 template <
typename AllowedStorageProfileIdsToAddT = Aws::String>
274 m_allowedStorageProfileIdsToAddHasBeenSet =
true;
275 m_allowedStorageProfileIdsToAdd.emplace_back(std::forward<AllowedStorageProfileIdsToAddT>(value));
286 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
288 m_allowedStorageProfileIdsToRemoveHasBeenSet =
true;
289 m_allowedStorageProfileIdsToRemove = std::forward<AllowedStorageProfileIdsToRemoveT>(value);
291 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
296 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::String>
298 m_allowedStorageProfileIdsToRemoveHasBeenSet =
true;
299 m_allowedStorageProfileIdsToRemove.emplace_back(std::forward<AllowedStorageProfileIdsToRemoveT>(value));
313 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
315 m_schedulingConfigurationHasBeenSet =
true;
316 m_schedulingConfiguration = std::forward<SchedulingConfigurationT>(value);
318 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
337 JobAttachmentSettings m_jobAttachmentSettings;
341 JobRunAsUser m_jobRunAsUser;
351 SchedulingConfiguration m_schedulingConfiguration;
352 bool m_farmIdHasBeenSet =
false;
353 bool m_queueIdHasBeenSet =
false;
354 bool m_clientTokenHasBeenSet =
true;
355 bool m_displayNameHasBeenSet =
false;
356 bool m_descriptionHasBeenSet =
false;
357 bool m_defaultBudgetActionHasBeenSet =
false;
358 bool m_jobAttachmentSettingsHasBeenSet =
false;
359 bool m_roleArnHasBeenSet =
false;
360 bool m_jobRunAsUserHasBeenSet =
false;
361 bool m_requiredFileSystemLocationNamesToAddHasBeenSet =
false;
362 bool m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
false;
363 bool m_allowedStorageProfileIdsToAddHasBeenSet =
false;
364 bool m_allowedStorageProfileIdsToRemoveHasBeenSet =
false;
365 bool m_schedulingConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetDisplayName() const
bool AllowedStorageProfileIdsToRemoveHasBeenSet() const
UpdateQueueRequest & WithRequiredFileSystemLocationNamesToRemove(RequiredFileSystemLocationNamesToRemoveT &&value)
const Aws::Vector< Aws::String > & GetAllowedStorageProfileIdsToAdd() const
void SetRoleArn(RoleArnT &&value)
UpdateQueueRequest & WithDefaultBudgetAction(DefaultQueueBudgetAction value)
bool JobRunAsUserHasBeenSet() const
void SetQueueId(QueueIdT &&value)
const Aws::Vector< Aws::String > & GetAllowedStorageProfileIdsToRemove() const
const Aws::String & GetFarmId() const
void SetDisplayName(DisplayNameT &&value)
virtual const char * GetServiceRequestName() const override
bool RequiredFileSystemLocationNamesToRemoveHasBeenSet() const
bool DisplayNameHasBeenSet() const
bool DefaultBudgetActionHasBeenSet() const
void SetAllowedStorageProfileIdsToAdd(AllowedStorageProfileIdsToAddT &&value)
const Aws::String & GetQueueId() const
DefaultQueueBudgetAction GetDefaultBudgetAction() const
bool FarmIdHasBeenSet() const
const SchedulingConfiguration & GetSchedulingConfiguration() const
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetJobRunAsUser(JobRunAsUserT &&value)
UpdateQueueRequest & WithAllowedStorageProfileIdsToAdd(AllowedStorageProfileIdsToAddT &&value)
UpdateQueueRequest & WithFarmId(FarmIdT &&value)
bool SchedulingConfigurationHasBeenSet() const
UpdateQueueRequest & WithJobRunAsUser(JobRunAsUserT &&value)
void SetRequiredFileSystemLocationNamesToRemove(RequiredFileSystemLocationNamesToRemoveT &&value)
bool QueueIdHasBeenSet() const
AWS_DEADLINE_API UpdateQueueRequest()=default
bool DescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetRequiredFileSystemLocationNamesToAdd() const
const Aws::String & GetRoleArn() const
void SetDefaultBudgetAction(DefaultQueueBudgetAction value)
UpdateQueueRequest & AddAllowedStorageProfileIdsToAdd(AllowedStorageProfileIdsToAddT &&value)
UpdateQueueRequest & WithJobAttachmentSettings(JobAttachmentSettingsT &&value)
UpdateQueueRequest & WithQueueId(QueueIdT &&value)
bool AllowedStorageProfileIdsToAddHasBeenSet() const
AWS_DEADLINE_API Aws::String SerializePayload() const override
bool JobAttachmentSettingsHasBeenSet() const
const Aws::String & GetDescription() const
void SetJobAttachmentSettings(JobAttachmentSettingsT &&value)
bool ClientTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetRequiredFileSystemLocationNamesToRemove() const
const Aws::String & GetClientToken() const
void SetAllowedStorageProfileIdsToRemove(AllowedStorageProfileIdsToRemoveT &&value)
UpdateQueueRequest & WithRoleArn(RoleArnT &&value)
void SetClientToken(ClientTokenT &&value)
UpdateQueueRequest & WithClientToken(ClientTokenT &&value)
UpdateQueueRequest & WithDisplayName(DisplayNameT &&value)
UpdateQueueRequest & AddAllowedStorageProfileIdsToRemove(AllowedStorageProfileIdsToRemoveT &&value)
UpdateQueueRequest & WithAllowedStorageProfileIdsToRemove(AllowedStorageProfileIdsToRemoveT &&value)
UpdateQueueRequest & AddRequiredFileSystemLocationNamesToRemove(RequiredFileSystemLocationNamesToRemoveT &&value)
UpdateQueueRequest & WithRequiredFileSystemLocationNamesToAdd(RequiredFileSystemLocationNamesToAddT &&value)
bool RequiredFileSystemLocationNamesToAddHasBeenSet() const
void SetSchedulingConfiguration(SchedulingConfigurationT &&value)
UpdateQueueRequest & WithSchedulingConfiguration(SchedulingConfigurationT &&value)
const JobRunAsUser & GetJobRunAsUser() const
UpdateQueueRequest & AddRequiredFileSystemLocationNamesToAdd(RequiredFileSystemLocationNamesToAddT &&value)
void SetDescription(DescriptionT &&value)
void SetRequiredFileSystemLocationNamesToAdd(RequiredFileSystemLocationNamesToAddT &&value)
void SetFarmId(FarmIdT &&value)
UpdateQueueRequest & WithDescription(DescriptionT &&value)
bool RoleArnHasBeenSet() const
const JobAttachmentSettings & GetJobAttachmentSettings() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector