7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pcs/PCSRequest.h>
10#include <aws/pcs/PCS_EXPORTS.h>
11#include <aws/pcs/model/UpdateClusterSlurmConfigurationRequest.h>
12#include <aws/pcs/model/UpdateSchedulerRequest.h>
42 template <
typename ClusterIdentifierT = Aws::String>
44 m_clusterIdentifierHasBeenSet =
true;
45 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
47 template <
typename ClusterIdentifierT = Aws::String>
66 template <
typename ClientTokenT = Aws::String>
68 m_clientTokenHasBeenSet =
true;
69 m_clientToken = std::forward<ClientTokenT>(value);
71 template <
typename ClientTokenT = Aws::String>
84 template <
typename SlurmConfigurationT = UpdateClusterSlurmConfigurationRequest>
86 m_slurmConfigurationHasBeenSet =
true;
87 m_slurmConfiguration = std::forward<SlurmConfigurationT>(value);
89 template <
typename SlurmConfigurationT = UpdateClusterSlurmConfigurationRequest>
105 template <
typename SchedulerT = UpdateSchedulerRequest>
107 m_schedulerHasBeenSet =
true;
108 m_scheduler = std::forward<SchedulerT>(value);
110 template <
typename SchedulerT = UpdateSchedulerRequest>
121 UpdateClusterSlurmConfigurationRequest m_slurmConfiguration;
123 UpdateSchedulerRequest m_scheduler;
124 bool m_clusterIdentifierHasBeenSet =
false;
125 bool m_clientTokenHasBeenSet =
true;
126 bool m_slurmConfigurationHasBeenSet =
false;
127 bool m_schedulerHasBeenSet =
false;
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_PCS_API UpdateClusterRequest()=default
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const UpdateClusterSlurmConfigurationRequest & GetSlurmConfiguration() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterIdentifier() const
UpdateClusterRequest & WithScheduler(SchedulerT &&value)
void SetSlurmConfiguration(SlurmConfigurationT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
UpdateClusterRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
bool SchedulerHasBeenSet() const
const UpdateSchedulerRequest & GetScheduler() const
UpdateClusterRequest & WithClientToken(ClientTokenT &&value)
UpdateClusterRequest & WithSlurmConfiguration(SlurmConfigurationT &&value)
AWS_PCS_API Aws::String SerializePayload() const override
bool SlurmConfigurationHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
void SetScheduler(SchedulerT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String