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/core/utils/memory/stl/AWSMap.h>
12#include <aws/pcs/model/ComputeNodeGroupConfiguration.h>
14#include <aws/core/utils/UUID.h>
47 template<
typename ClusterIdentifierT = Aws::String>
48 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
49 template<
typename ClusterIdentifierT = Aws::String>
59 template<
typename QueueNameT = Aws::String>
60 void SetQueueName(QueueNameT&& value) { m_queueNameHasBeenSet =
true; m_queueName = std::forward<QueueNameT>(value); }
61 template<
typename QueueNameT = Aws::String>
72 template<
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
73 void SetComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT&& value) { m_computeNodeGroupConfigurationsHasBeenSet =
true; m_computeNodeGroupConfigurations = std::forward<ComputeNodeGroupConfigurationsT>(value); }
74 template<
typename ComputeNodeGroupConfigurationsT = Aws::Vector<ComputeNodeGroupConfiguration>>
76 template<
typename ComputeNodeGroupConfigurationsT = ComputeNodeGroupConfiguration>
77 CreateQueueRequest&
AddComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT&& value) { m_computeNodeGroupConfigurationsHasBeenSet =
true; m_computeNodeGroupConfigurations.emplace_back(std::forward<ComputeNodeGroupConfigurationsT>(value));
return *
this; }
92 template<
typename ClientTokenT = Aws::String>
93 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
94 template<
typename ClientTokenT = Aws::String>
105 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
117 bool m_clusterIdentifierHasBeenSet =
false;
120 bool m_queueNameHasBeenSet =
false;
123 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
129 bool m_tagsHasBeenSet =
false;
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetQueueName() const
CreateQueueRequest & AddComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
void SetComputeNodeGroupConfigurations(ComputeNodeGroupConfigurationsT &&value)
CreateQueueRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetClusterIdentifier() const
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateQueueRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
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
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