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>
14#include <aws/core/utils/memory/stl/AWSMap.h>
16#include <aws/core/utils/UUID.h>
50 template<
typename ClientTokenT = Aws::String>
51 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
52 template<
typename ClientTokenT = Aws::String>
62 template<
typename FarmIdT = Aws::String>
63 void SetFarmId(FarmIdT&& value) { m_farmIdHasBeenSet =
true; m_farmId = std::forward<FarmIdT>(value); }
64 template<
typename FarmIdT = Aws::String>
76 template<
typename DisplayNameT = Aws::String>
77 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
78 template<
typename DisplayNameT = Aws::String>
90 template<
typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
92 template<
typename DescriptionT = Aws::String>
113 template<
typename JobAttachmentSettingsT = JobAttachmentSettings>
114 void SetJobAttachmentSettings(JobAttachmentSettingsT&& value) { m_jobAttachmentSettingsHasBeenSet =
true; m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value); }
115 template<
typename JobAttachmentSettingsT = JobAttachmentSettings>
125 template<
typename RoleArnT = Aws::String>
126 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
127 template<
typename RoleArnT = Aws::String>
137 template<
typename JobRunAsUserT = JobRunAsUser>
138 void SetJobRunAsUser(JobRunAsUserT&& value) { m_jobRunAsUserHasBeenSet =
true; m_jobRunAsUser = std::forward<JobRunAsUserT>(value); }
139 template<
typename JobRunAsUserT = JobRunAsUser>
149 template<
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
150 void SetRequiredFileSystemLocationNames(RequiredFileSystemLocationNamesT&& value) { m_requiredFileSystemLocationNamesHasBeenSet =
true; m_requiredFileSystemLocationNames = std::forward<RequiredFileSystemLocationNamesT>(value); }
151 template<
typename RequiredFileSystemLocationNamesT = Aws::Vector<Aws::String>>
153 template<
typename RequiredFileSystemLocationNamesT = Aws::String>
163 template<
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
164 void SetAllowedStorageProfileIds(AllowedStorageProfileIdsT&& value) { m_allowedStorageProfileIdsHasBeenSet =
true; m_allowedStorageProfileIds = std::forward<AllowedStorageProfileIdsT>(value); }
165 template<
typename AllowedStorageProfileIdsT = Aws::Vector<Aws::String>>
167 template<
typename AllowedStorageProfileIdsT = Aws::String>
178 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
179 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
180 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
182 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
184 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
190 bool m_clientTokenHasBeenSet =
true;
193 bool m_farmIdHasBeenSet =
false;
196 bool m_displayNameHasBeenSet =
false;
199 bool m_descriptionHasBeenSet =
false;
202 bool m_defaultBudgetActionHasBeenSet =
false;
204 JobAttachmentSettings m_jobAttachmentSettings;
205 bool m_jobAttachmentSettingsHasBeenSet =
false;
208 bool m_roleArnHasBeenSet =
false;
210 JobRunAsUser m_jobRunAsUser;
211 bool m_jobRunAsUserHasBeenSet =
false;
214 bool m_requiredFileSystemLocationNamesHasBeenSet =
false;
217 bool m_allowedStorageProfileIdsHasBeenSet =
false;
220 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