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>
46 template <
typename ClientTokenT = Aws::String>
48 m_clientTokenHasBeenSet =
true;
49 m_clientToken = std::forward<ClientTokenT>(value);
51 template <
typename ClientTokenT = Aws::String>
64 template <
typename FarmIdT = Aws::String>
66 m_farmIdHasBeenSet =
true;
67 m_farmId = std::forward<FarmIdT>(value);
69 template <
typename FarmIdT = Aws::String>
84 template <
typename DisplayNameT = Aws::String>
86 m_displayNameHasBeenSet =
true;
87 m_displayName = std::forward<DisplayNameT>(value);
89 template <
typename DisplayNameT = Aws::String>
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
123 m_defaultBudgetActionHasBeenSet =
true;
124 m_defaultBudgetAction = value;
139 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
141 m_jobAttachmentSettingsHasBeenSet =
true;
142 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
144 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
157 template <
typename RoleArnT = Aws::String>
159 m_roleArnHasBeenSet =
true;
160 m_roleArn = std::forward<RoleArnT>(value);
162 template <
typename RoleArnT = Aws::String>
175 template <
typename JobRunAsUserT = JobRunAsUser>
177 m_jobRunAsUserHasBeenSet =
true;
178 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
180 template <
typename JobRunAsUserT = JobRunAsUser>
193 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
195 m_requiredFileSystemLocationNamesHasBeenSet =
true;
196 m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value);
198 template <
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
203 template <
typename RequiredFileSystemLocationNamesT = Aws::String>
205 m_requiredFileSystemLocationNamesHasBeenSet =
true;
206 m_requiredFileSystemLocationNames.emplace_back(std::forward<RequiredFileSystemLocationNamesT>(value));
217 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
219 m_allowedStorageProfileIdsHasBeenSet =
true;
220 m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value);
222 template <
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
227 template <
typename AllowedStorageProfileIdsT = Aws::String>
229 m_allowedStorageProfileIdsHasBeenSet =
true;
230 m_allowedStorageProfileIds.emplace_back(std::forward<AllowedStorageProfileIdsT>(value));
242 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
244 m_tagsHasBeenSet =
true;
245 m_tags = std::forward<TagsT>(value);
247 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
249 SetTags(std::forward<TagsT>(value));
252 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
254 m_tagsHasBeenSet =
true;
255 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
270 JobAttachmentSettings m_jobAttachmentSettings;
274 JobRunAsUser m_jobRunAsUser;
281 bool m_clientTokenHasBeenSet =
true;
282 bool m_farmIdHasBeenSet =
false;
283 bool m_displayNameHasBeenSet =
false;
284 bool m_descriptionHasBeenSet =
false;
285 bool m_defaultBudgetActionHasBeenSet =
false;
286 bool m_jobAttachmentSettingsHasBeenSet =
false;
287 bool m_roleArnHasBeenSet =
false;
288 bool m_jobRunAsUserHasBeenSet =
false;
289 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
290 bool m_allowedStorageProfileIdsHasBeenSet =
false;
291 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
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)
CreateQueueRequest & WithDefaultBudgetAction(DefaultQueueBudgetAction value)
bool DisplayNameHasBeenSet() 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)
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