7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/deadline/DeadlineRequest.h>
12#include <aws/deadline/Deadline_EXPORTS.h>
13#include <aws/deadline/model/DefaultQueueBudgetAction.h>
14#include <aws/deadline/model/JobAttachmentSettings.h>
15#include <aws/deadline/model/JobRunAsUser.h>
16#include <aws/deadline/model/SchedulingConfiguration.h>
51 template <
typename FarmIdT = Aws::String>
53 m_farmIdHasBeenSet =
true;
54 m_farmId = std::forward<FarmIdT>(value);
56 template <
typename FarmIdT = Aws::String>
70 template <
typename ClientTokenT = Aws::String>
72 m_clientTokenHasBeenSet =
true;
73 m_clientToken = std::forward<ClientTokenT>(value);
75 template <
typename ClientTokenT = Aws::String>
90 template <
typename DisplayNameT = Aws::String>
92 m_displayNameHasBeenSet =
true;
93 m_displayName = std::forward<DisplayNameT>(value);
95 template <
typename DisplayNameT = Aws::String>
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
129 m_defaultBudgetActionHasBeenSet =
true;
130 m_defaultBudgetAction = value;
145 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
147 m_jobAttachmentSettingsHasBeenSet =
true;
148 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
150 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
163 template <
typename RoleArnT = Aws::String>
165 m_roleArnHasBeenSet =
true;
166 m_roleArn = std::forward<RoleArnT>(value);
168 template <
typename RoleArnT = Aws::String>
181 template <
typename JobRunAsUserT = JobRunAsUser>
183 m_jobRunAsUserHasBeenSet =
true;
184 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
186 template <
typename JobRunAsUserT = JobRunAsUser>
199 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
201 m_requiredFileSystemLocationNamesHasBeenSet =
true;
202 m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value);
204 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
209 template <
typename RequiredFileSystemLocationNamesT = Aws::String>
211 m_requiredFileSystemLocationNamesHasBeenSet =
true;
212 m_requiredFileSystemLocationNames.emplace_back(std::forward<RequiredFileSystemLocationNamesT>(value));
223 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
225 m_allowedStorageProfileIdsHasBeenSet =
true;
226 m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value);
228 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
233 template <
typename AllowedStorageProfileIdsT = Aws::String>
235 m_allowedStorageProfileIdsHasBeenSet =
true;
236 m_allowedStorageProfileIds.emplace_back(std::forward<AllowedStorageProfileIdsT>(value));
248 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
250 m_tagsHasBeenSet =
true;
251 m_tags = std::forward<TagsT>(value);
253 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
255 SetTags(std::forward<TagsT>(value));
258 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
260 m_tagsHasBeenSet =
true;
261 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
274 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
276 m_schedulingConfigurationHasBeenSet =
true;
277 m_schedulingConfiguration = std::forward<SchedulingConfigurationT>(value);
279 template <
typename SchedulingConfigurationT = SchedulingConfiguration>
296 JobAttachmentSettings m_jobAttachmentSettings;
300 JobRunAsUser m_jobRunAsUser;
308 SchedulingConfiguration m_schedulingConfiguration;
309 bool m_farmIdHasBeenSet =
false;
310 bool m_clientTokenHasBeenSet =
true;
311 bool m_displayNameHasBeenSet =
false;
312 bool m_descriptionHasBeenSet =
false;
313 bool m_defaultBudgetActionHasBeenSet =
false;
314 bool m_jobAttachmentSettingsHasBeenSet =
false;
315 bool m_roleArnHasBeenSet =
false;
316 bool m_jobRunAsUserHasBeenSet =
false;
317 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
318 bool m_allowedStorageProfileIdsHasBeenSet =
false;
319 bool m_tagsHasBeenSet =
false;
320 bool m_schedulingConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
const SchedulingConfiguration & GetSchedulingConfiguration() const
bool DefaultBudgetActionHasBeenSet() const
const Aws::String & GetDisplayName() const
CreateQueueRequest & WithDescription(DescriptionT &&value)
void SetRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
void SetJobAttachmentSettings(JobAttachmentSettingsT &&value)
void SetRoleArn(RoleArnT &&value)
CreateQueueRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDefaultBudgetAction(DefaultQueueBudgetAction value)
bool JobAttachmentSettingsHasBeenSet() const
const Aws::String & GetDescription() const
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const JobAttachmentSettings & GetJobAttachmentSettings() const
void SetDescription(DescriptionT &&value)
void SetFarmId(FarmIdT &&value)
const Aws::String & GetRoleArn() const
CreateQueueRequest & AddRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
CreateQueueRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
CreateQueueRequest & WithRoleArn(RoleArnT &&value)
AWS_DEADLINE_API CreateQueueRequest()=default
bool JobRunAsUserHasBeenSet() const
CreateQueueRequest & WithFarmId(FarmIdT &&value)
void SetDisplayName(DisplayNameT &&value)
bool ClientTokenHasBeenSet() const
bool RequiredFileSystemLocationNamesHasBeenSet() const
bool DescriptionHasBeenSet() const
DefaultQueueBudgetAction GetDefaultBudgetAction() const
const JobRunAsUser & GetJobRunAsUser() const
bool AllowedStorageProfileIdsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Vector< Aws::String > & GetAllowedStorageProfileIds() const
bool FarmIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetRequiredFileSystemLocationNames() const
CreateQueueRequest & WithJobRunAsUser(JobRunAsUserT &&value)
CreateQueueRequest & AddAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
void SetSchedulingConfiguration(SchedulingConfigurationT &&value)
CreateQueueRequest & WithDefaultBudgetAction(DefaultQueueBudgetAction value)
bool DisplayNameHasBeenSet() const
bool SchedulingConfigurationHasBeenSet() const
CreateQueueRequest & WithJobAttachmentSettings(JobAttachmentSettingsT &&value)
AWS_DEADLINE_API Aws::String SerializePayload() const override
bool RoleArnHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateQueueRequest & WithAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
CreateQueueRequest & WithTags(TagsT &&value)
void SetJobRunAsUser(JobRunAsUserT &&value)
CreateQueueRequest & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetFarmId() const
CreateQueueRequest & WithRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT &&value)
void SetAllowedStorageProfileIds(AllowedStorageProfileIdsT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
CreateQueueRequest & WithSchedulingConfiguration(SchedulingConfigurationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector