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>
48 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
62 inline void SetQueueIdentifier(
const char* value) { m_queueIdentifierHasBeenSet =
true; m_queueIdentifier.assign(value); }
97 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
105 bool m_clusterIdentifierHasBeenSet =
false;
108 bool m_queueIdentifierHasBeenSet =
false;
111 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
114 bool m_clientTokenHasBeenSet =
false;
UpdateQueueRequest & WithClusterIdentifier(Aws::String &&value)
bool ClusterIdentifierHasBeenSet() const
UpdateQueueRequest & AddComputeNodeGroupConfigurations(const ComputeNodeGroupConfiguration &value)
void SetQueueIdentifier(const char *value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetComputeNodeGroupConfigurations(const Aws::Vector< ComputeNodeGroupConfiguration > &value)
void SetComputeNodeGroupConfigurations(Aws::Vector< ComputeNodeGroupConfiguration > &&value)
UpdateQueueRequest & WithClientToken(Aws::String &&value)
void SetClientToken(const Aws::String &value)
const Aws::String & GetClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
UpdateQueueRequest & WithComputeNodeGroupConfigurations(Aws::Vector< ComputeNodeGroupConfiguration > &&value)
UpdateQueueRequest & WithQueueIdentifier(Aws::String &&value)
void SetClusterIdentifier(Aws::String &&value)
UpdateQueueRequest & WithQueueIdentifier(const Aws::String &value)
void SetQueueIdentifier(const Aws::String &value)
bool QueueIdentifierHasBeenSet() const
UpdateQueueRequest & WithClusterIdentifier(const char *value)
UpdateQueueRequest & WithClientToken(const char *value)
const Aws::String & GetQueueIdentifier() const
void SetClusterIdentifier(const char *value)
void SetClientToken(const char *value)
UpdateQueueRequest & WithQueueIdentifier(const char *value)
UpdateQueueRequest & WithClientToken(const Aws::String &value)
bool ComputeNodeGroupConfigurationsHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
UpdateQueueRequest & WithClusterIdentifier(const Aws::String &value)
AWS_PCS_API UpdateQueueRequest()
void SetClientToken(Aws::String &&value)
UpdateQueueRequest & WithComputeNodeGroupConfigurations(const Aws::Vector< ComputeNodeGroupConfiguration > &value)
void SetQueueIdentifier(Aws::String &&value)
bool ClientTokenHasBeenSet() const
UpdateQueueRequest & AddComputeNodeGroupConfigurations(ComputeNodeGroupConfiguration &&value)
const Aws::Vector< ComputeNodeGroupConfiguration > & GetComputeNodeGroupConfigurations() const
const Aws::String & GetClientToken() const
void SetClusterIdentifier(const Aws::String &value)
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