7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/model/DefaultQueueBudgetAction.h>
11#include <aws/deadline/model/JobAttachmentSettings.h>
12#include <aws/deadline/model/JobRunAsUser.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/core/utils/UUID.h>
48 template<
typename ClientTokenT = Aws::String>
49 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
50 template<
typename ClientTokenT = Aws::String>
60 template<
typename FarmIdT = Aws::String>
61 void SetFarmId(FarmIdT&& value) { m_farmIdHasBeenSet =
true; m_farmId = std::forward<FarmIdT>(value); }
62 template<
typename FarmIdT = Aws::String>
72 template<
typename QueueIdT = Aws::String>
73 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
74 template<
typename QueueIdT = Aws::String>
87 template<
typename DisplayNameT = Aws::String>
88 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
89 template<
typename DisplayNameT = Aws::String>
102 template<
typename DescriptionT = Aws::String>
103 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
104 template<
typename DescriptionT = Aws::String>
125 template<
typename JobAttachmentSettingsT = JobAttachmentSettings>
126 void SetJobAttachmentSettings(JobAttachmentSettingsT&& value) { m_jobAttachmentSettingsHasBeenSet =
true; m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value); }
127 template<
typename JobAttachmentSettingsT = JobAttachmentSettings>
137 template<
typename RoleArnT = Aws::String>
138 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
139 template<
typename RoleArnT = Aws::String>
149 template<
typename JobRunAsUserT = JobRunAsUser>
150 void SetJobRunAsUser(JobRunAsUserT&& value) { m_jobRunAsUserHasBeenSet =
true; m_jobRunAsUser = std::forward<JobRunAsUserT>(value); }
151 template<
typename JobRunAsUserT = JobRunAsUser>
161 template<
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
162 void SetRequiredFileSystemLocationNamesToAdd(RequiredFileSystemLocationNamesToAddT&& value) { m_requiredFileSystemLocationNamesToAddHasBeenSet =
true; m_requiredFileSystemLocationNamesToAdd = std::forward<RequiredFileSystemLocationNamesToAddT>(value); }
163 template<
typename RequiredFileSystemLocationNamesToAddT = Aws::Vector<Aws::String>>
165 template<
typename RequiredFileSystemLocationNamesToAddT = Aws::String>
175 template<
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
176 void SetRequiredFileSystemLocationNamesToRemove(RequiredFileSystemLocationNamesToRemoveT&& value) { m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
true; m_requiredFileSystemLocationNamesToRemove = std::forward<RequiredFileSystemLocationNamesToRemoveT>(value); }
177 template<
typename RequiredFileSystemLocationNamesToRemoveT = Aws::Vector<Aws::String>>
179 template<
typename RequiredFileSystemLocationNamesToRemoveT = Aws::String>
189 template<
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
190 void SetAllowedStorageProfileIdsToAdd(AllowedStorageProfileIdsToAddT&& value) { m_allowedStorageProfileIdsToAddHasBeenSet =
true; m_allowedStorageProfileIdsToAdd = std::forward<AllowedStorageProfileIdsToAddT>(value); }
191 template<
typename AllowedStorageProfileIdsToAddT = Aws::Vector<Aws::String>>
193 template<
typename AllowedStorageProfileIdsToAddT = Aws::String>
203 template<
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
204 void SetAllowedStorageProfileIdsToRemove(AllowedStorageProfileIdsToRemoveT&& value) { m_allowedStorageProfileIdsToRemoveHasBeenSet =
true; m_allowedStorageProfileIdsToRemove = std::forward<AllowedStorageProfileIdsToRemoveT>(value); }
205 template<
typename AllowedStorageProfileIdsToRemoveT = Aws::Vector<Aws::String>>
207 template<
typename AllowedStorageProfileIdsToRemoveT = Aws::String>
213 bool m_clientTokenHasBeenSet =
true;
216 bool m_farmIdHasBeenSet =
false;
219 bool m_queueIdHasBeenSet =
false;
222 bool m_displayNameHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
228 bool m_defaultBudgetActionHasBeenSet =
false;
230 JobAttachmentSettings m_jobAttachmentSettings;
231 bool m_jobAttachmentSettingsHasBeenSet =
false;
234 bool m_roleArnHasBeenSet =
false;
236 JobRunAsUser m_jobRunAsUser;
237 bool m_jobRunAsUserHasBeenSet =
false;
240 bool m_requiredFileSystemLocationNamesToAddHasBeenSet =
false;
243 bool m_requiredFileSystemLocationNamesToRemoveHasBeenSet =
false;
246 bool m_allowedStorageProfileIdsToAddHasBeenSet =
false;
249 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