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/pcs/PCSRequest.h>
12#include <aws/pcs/PCS_EXPORTS.h>
13#include <aws/pcs/model/ComputeNodeGroupConfiguration.h>
14#include <aws/pcs/model/QueueSlurmConfigurationRequest.h>
44 template <
typename ClusterIdentifierT = Aws::String>
46 m_clusterIdentifierHasBeenSet =
true;
47 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
49 template <
typename ClusterIdentifierT = Aws::String>
62 template <
typename QueueNameT = Aws::String>
64 m_queueNameHasBeenSet =
true;
65 m_queueName = std::forward<QueueNameT>(value);
67 template <
typename QueueNameT = Aws::String>
80 return m_computeNodeGroupConfigurations;
83 template <
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
85 m_computeNodeGroupConfigurationsHasBeenSet =
true;
86 m_computeNodeGroupConfigurations = std::forward<ComputeNodeGroupConfigurationsT>(value);
88 template <
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
93 template <
typename ComputeNodeGroupConfigurationsT = ComputeNodeGroupConfiguration>
95 m_computeNodeGroupConfigurationsHasBeenSet =
true;
96 m_computeNodeGroupConfigurations.emplace_back(std::forward<ComputeNodeGroupConfigurationsT>(value));
107 template <
typename SlurmConfigurationT = QueueSlurmConfigurationRequest>
109 m_slurmConfigurationHasBeenSet =
true;
110 m_slurmConfiguration = std::forward<SlurmConfigurationT>(value);
112 template <
typename SlurmConfigurationT = QueueSlurmConfigurationRequest>
131 template <
typename ClientTokenT = Aws::String>
133 m_clientTokenHasBeenSet =
true;
134 m_clientToken = std::forward<ClientTokenT>(value);
136 template <
typename ClientTokenT = Aws::String>
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 m_tagsHasBeenSet =
true;
153 m_tags = std::forward<TagsT>(value);
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 SetTags(std::forward<TagsT>(value));
160 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true;
163 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 bool m_clusterIdentifierHasBeenSet =
false;
180 bool m_queueNameHasBeenSet =
false;
181 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
182 bool m_slurmConfigurationHasBeenSet =
false;
183 bool m_clientTokenHasBeenSet =
true;
184 bool m_tagsHasBeenSet =
false;
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetQueueName() const
CreateQueueRequest & AddComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
CreateQueueRequest & WithSlurmConfiguration(SlurmConfigurationT &&value)
void SetComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
CreateQueueRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
const QueueSlurmConfigurationRequest & GetSlurmConfiguration() const
const Aws::String & GetClusterIdentifier() const
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateQueueRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
bool SlurmConfigurationHasBeenSet() const
CreateQueueRequest & WithComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
bool ClientTokenHasBeenSet() const
CreateQueueRequest & WithQueueName(QueueNameT &&value)
bool ClusterIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateQueueRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
CreateQueueRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_PCS_API CreateQueueRequest()=default
void SetQueueName(QueueNameT &&value)
const Aws::Vector< ComputeNodeGroupConfiguration > & GetComputeNodeGroupConfigurations() const
bool ComputeNodeGroupConfigurationsHasBeenSet() const
bool TagsHasBeenSet() const
void SetSlurmConfiguration(SlurmConfigurationT &&value)
bool QueueNameHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
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