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>
44 template <
typename ClientTokenT = Aws::String>
46 m_clientTokenHasBeenSet =
true;
47 m_clientToken = std::forward<ClientTokenT>(value);
49 template <
typename ClientTokenT = Aws::String>
62 template <
typename FarmIdT = Aws::String>
64 m_farmIdHasBeenSet =
true;
65 m_farmId = std::forward<FarmIdT>(value);
67 template <
typename FarmIdT = Aws::String>
80 template <
typename QueueIdT = Aws::String>
82 m_queueIdHasBeenSet =
true;
83 m_queueId = std::forward<QueueIdT>(value);
85 template <
typename QueueIdT = Aws::String>
101 template <
typename DisplayNameT = Aws::String>
103 m_displayNameHasBeenSet =
true;
104 m_displayName = std::forward<DisplayNameT>(value);
106 template <
typename DisplayNameT = Aws::String>
122 template <
typename DescriptionT = Aws::String>
124 m_descriptionHasBeenSet =
true;
125 m_description = std::forward<DescriptionT>(value);
127 template <
typename DescriptionT = Aws::String>
142 m_defaultBudgetActionHasBeenSet =
true;
143 m_defaultBudgetAction = value;
157 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
159 m_jobAttachmentSettingsHasBeenSet =
true;
160 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
162 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
175 template <
typename RoleArnT = Aws::String>
177 m_roleArnHasBeenSet =
true;
178 m_roleArn = std::forward<RoleArnT>(value);
180 template <
typename RoleArnT = Aws::String>
193 template <
typename JobRunAsUserT = JobRunAsUser>
195 m_jobRunAsUserHasBeenSet =
true;
196 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
198 template <
typename JobRunAsUserT = JobRunAsUser>
211 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
213 m_requiredFileSystemLocationNamesToAddHasBeenSet =
true;
214 m_requiredFileSystemLocationNamesToAdd = std::forward<RequiredFileSystemLocationNamesToAddT>(value);
216 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
221 template <
typename RequiredFileSystemLocationNamesToAddT = Aws::String>
223 m_requiredFileSystemLocationNamesToAddHasBeenSet =
true;
224 m_requiredFileSystemLocationNamesToAdd.emplace_back(std::forward<RequiredFileSystemLocationNamesToAddT>(value));
234 return m_requiredFileSystemLocationNamesToRemove;
237 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
239 m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
true;
240 m_requiredFileSystemLocationNamesToRemove = std::forward<RequiredFileSystemLocationNamesToRemoveT>(value);
242 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
247 template <
typename RequiredFileSystemLocationNamesToRemoveT = Aws::String>
249 m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
true;
250 m_requiredFileSystemLocationNamesToRemove.emplace_back(std::forward<RequiredFileSystemLocationNamesToRemoveT>(value));
261 template <
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
263 m_allowedStorageProfileIdsToAddHasBeenSet =
true;
264 m_allowedStorageProfileIdsToAdd = std::forward<AllowedStorageProfileIdsToAddT>(value);
266 template <
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
271 template <
typename AllowedStorageProfileIdsToAddT = Aws::String>
273 m_allowedStorageProfileIdsToAddHasBeenSet =
true;
274 m_allowedStorageProfileIdsToAdd.emplace_back(std::forward<AllowedStorageProfileIdsToAddT>(value));
285 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
287 m_allowedStorageProfileIdsToRemoveHasBeenSet =
true;
288 m_allowedStorageProfileIdsToRemove = std::forward<AllowedStorageProfileIdsToRemoveT>(value);
290 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
295 template <
typename AllowedStorageProfileIdsToRemoveT = Aws::String>
297 m_allowedStorageProfileIdsToRemoveHasBeenSet =
true;
298 m_allowedStorageProfileIdsToRemove.emplace_back(std::forward<AllowedStorageProfileIdsToRemoveT>(value));
315 JobAttachmentSettings m_jobAttachmentSettings;
319 JobRunAsUser m_jobRunAsUser;
328 bool m_clientTokenHasBeenSet =
true;
329 bool m_farmIdHasBeenSet =
false;
330 bool m_queueIdHasBeenSet =
false;
331 bool m_displayNameHasBeenSet =
false;
332 bool m_descriptionHasBeenSet =
false;
333 bool m_defaultBudgetActionHasBeenSet =
false;
334 bool m_jobAttachmentSettingsHasBeenSet =
false;
335 bool m_roleArnHasBeenSet =
false;
336 bool m_jobRunAsUserHasBeenSet =
false;
337 bool m_requiredFileSystemLocationNamesToAddHasBeenSet =
false;
338 bool m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
false;
339 bool m_allowedStorageProfileIdsToAddHasBeenSet =
false;
340 bool m_allowedStorageProfileIdsToRemoveHasBeenSet =
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
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetJobRunAsUser(JobRunAsUserT &&value)
UpdateQueueRequest & WithAllowedStorageProfileIdsToAdd(AllowedStorageProfileIdsToAddT &&value)
UpdateQueueRequest & WithFarmId(FarmIdT &&value)
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
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