7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/pcs/model/ComputeNodeGroupConfiguration.h>
13#include <aws/core/utils/UUID.h>
46 template<
typename ClusterIdentifierT = Aws::String>
47 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
48 template<
typename ClusterIdentifierT = Aws::String>
58 template<
typename QueueIdentifierT = Aws::String>
59 void SetQueueIdentifier(QueueIdentifierT&& value) { m_queueIdentifierHasBeenSet =
true; m_queueIdentifier = std::forward<QueueIdentifierT>(value); }
60 template<
typename QueueIdentifierT = Aws::String>
71 template<
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
72 void SetComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT&& value) { m_computeNodeGroupConfigurationsHasBeenSet =
true; m_computeNodeGroupConfigurations = std::forward<ComputeNodeGroupConfigurationsT>(value); }
73 template<
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
75 template<
typename ComputeNodeGroupConfigurationsT = ComputeNodeGroupConfiguration>
76 UpdateQueueRequest&
AddComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT&& value) { m_computeNodeGroupConfigurationsHasBeenSet =
true; m_computeNodeGroupConfigurations.emplace_back(std::forward<ComputeNodeGroupConfigurationsT>(value));
return *
this; }
91 template<
typename ClientTokenT = Aws::String>
92 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
93 template<
typename ClientTokenT = Aws::String>
99 bool m_clusterIdentifierHasBeenSet =
false;
102 bool m_queueIdentifierHasBeenSet =
false;
105 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
108 bool m_clientTokenHasBeenSet =
true;
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)
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)
bool ComputeNodeGroupConfigurationsHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool ClientTokenHasBeenSet() 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