7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pcs/PCSRequest.h>
11#include <aws/pcs/PCS_EXPORTS.h>
12#include <aws/pcs/model/ComputeNodeGroupConfiguration.h>
13#include <aws/pcs/model/UpdateQueueSlurmConfigurationRequest.h>
43 template <
typename ClusterIdentifierT = Aws::String>
45 m_clusterIdentifierHasBeenSet =
true;
46 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
48 template <
typename ClusterIdentifierT = Aws::String>
61 template <
typename QueueIdentifierT = Aws::String>
63 m_queueIdentifierHasBeenSet =
true;
64 m_queueIdentifier = std::forward<QueueIdentifierT>(value);
66 template <
typename QueueIdentifierT = Aws::String>
79 return m_computeNodeGroupConfigurations;
82 template <
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
84 m_computeNodeGroupConfigurationsHasBeenSet =
true;
85 m_computeNodeGroupConfigurations = std::forward<ComputeNodeGroupConfigurationsT>(value);
87 template <
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
92 template <
typename ComputeNodeGroupConfigurationsT = ComputeNodeGroupConfiguration>
94 m_computeNodeGroupConfigurationsHasBeenSet =
true;
95 m_computeNodeGroupConfigurations.emplace_back(std::forward<ComputeNodeGroupConfigurationsT>(value));
106 template <
typename SlurmConfigurationT = UpdateQueueSlurmConfigurationRequest>
108 m_slurmConfigurationHasBeenSet =
true;
109 m_slurmConfiguration = std::forward<SlurmConfigurationT>(value);
111 template <
typename SlurmConfigurationT = UpdateQueueSlurmConfigurationRequest>
130 template <
typename ClientTokenT = Aws::String>
132 m_clientTokenHasBeenSet =
true;
133 m_clientToken = std::forward<ClientTokenT>(value);
135 template <
typename ClientTokenT = Aws::String>
151 bool m_clusterIdentifierHasBeenSet =
false;
152 bool m_queueIdentifierHasBeenSet =
false;
153 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
154 bool m_slurmConfigurationHasBeenSet =
false;
155 bool m_clientTokenHasBeenSet =
true;
bool SlurmConfigurationHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
AWS_PCS_API UpdateQueueRequest()=default
void SetQueueIdentifier(QueueIdentifierT &&value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateQueueRequest & AddComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
void SetSlurmConfiguration(SlurmConfigurationT &&value)
UpdateQueueRequest & WithComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
const Aws::String & GetClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
UpdateQueueRequest & WithClientToken(ClientTokenT &&value)
void SetComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
void SetClientToken(ClientTokenT &&value)
bool QueueIdentifierHasBeenSet() const
const Aws::String & GetQueueIdentifier() const
UpdateQueueRequest & WithQueueIdentifier(QueueIdentifierT &&value)
UpdateQueueRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
UpdateQueueRequest & WithSlurmConfiguration(SlurmConfigurationT &&value)
bool ComputeNodeGroupConfigurationsHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool ClientTokenHasBeenSet() const
const UpdateQueueSlurmConfigurationRequest & GetSlurmConfiguration() const
const Aws::Vector< ComputeNodeGroupConfiguration > & GetComputeNodeGroupConfigurations() const
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
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