7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/pcs/model/QueueStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/pcs/model/ComputeNodeGroupConfiguration.h>
13#include <aws/pcs/model/ErrorInfo.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
67 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
80 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
81 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
95 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
169 bool m_nameHasBeenSet =
false;
172 bool m_idHasBeenSet =
false;
175 bool m_arnHasBeenSet =
false;
178 bool m_clusterIdHasBeenSet =
false;
181 bool m_createdAtHasBeenSet =
false;
184 bool m_modifiedAtHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
190 bool m_computeNodeGroupConfigurationsHasBeenSet =
false;
193 bool m_errorInfoHasBeenSet =
false;
bool ModifiedAtHasBeenSet() const
Queue & AddErrorInfo(ErrorInfo &&value)
const Aws::Vector< ErrorInfo > & GetErrorInfo() const
const Aws::String & GetArn() const
Queue & WithClusterId(Aws::String &&value)
Queue & WithArn(const Aws::String &value)
AWS_PCS_API Queue(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
Queue & WithName(const Aws::String &value)
Queue & WithArn(const char *value)
void SetArn(Aws::String &&value)
bool CreatedAtHasBeenSet() const
void SetName(const char *value)
Queue & WithModifiedAt(Aws::Utils::DateTime &&value)
const Aws::Vector< ComputeNodeGroupConfiguration > & GetComputeNodeGroupConfigurations() const
void SetErrorInfo(Aws::Vector< ErrorInfo > &&value)
bool ClusterIdHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
Queue & WithClusterId(const Aws::String &value)
bool ArnHasBeenSet() const
void SetComputeNodeGroupConfigurations(const Aws::Vector< ComputeNodeGroupConfiguration > &value)
Queue & WithClusterId(const char *value)
Queue & AddComputeNodeGroupConfigurations(ComputeNodeGroupConfiguration &&value)
Queue & WithStatus(QueueStatus &&value)
bool NameHasBeenSet() const
Queue & WithId(Aws::String &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
Queue & AddErrorInfo(const ErrorInfo &value)
void SetComputeNodeGroupConfigurations(Aws::Vector< ComputeNodeGroupConfiguration > &&value)
Queue & WithComputeNodeGroupConfigurations(const Aws::Vector< ComputeNodeGroupConfiguration > &value)
Queue & WithId(const Aws::String &value)
void SetId(const char *value)
Queue & WithModifiedAt(const Aws::Utils::DateTime &value)
Queue & WithName(Aws::String &&value)
void SetName(const Aws::String &value)
void SetStatus(const QueueStatus &value)
void SetArn(const Aws::String &value)
AWS_PCS_API Queue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const char *value)
Queue & AddComputeNodeGroupConfigurations(const ComputeNodeGroupConfiguration &value)
bool ErrorInfoHasBeenSet() const
void SetStatus(QueueStatus &&value)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
Queue & WithCreatedAt(Aws::Utils::DateTime &&value)
Queue & WithStatus(const QueueStatus &value)
void SetId(Aws::String &&value)
Queue & WithComputeNodeGroupConfigurations(Aws::Vector< ComputeNodeGroupConfiguration > &&value)
Queue & WithCreatedAt(const Aws::Utils::DateTime &value)
Queue & WithErrorInfo(Aws::Vector< ErrorInfo > &&value)
Queue & WithName(const char *value)
void SetErrorInfo(const Aws::Vector< ErrorInfo > &value)
void SetModifiedAt(const Aws::Utils::DateTime &value)
Queue & WithId(const char *value)
Queue & WithArn(Aws::String &&value)
void SetClusterId(const char *value)
bool ComputeNodeGroupConfigurationsHasBeenSet() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetClusterId(Aws::String &&value)
Queue & WithErrorInfo(const Aws::Vector< ErrorInfo > &value)
void SetId(const Aws::String &value)
const Aws::String & GetClusterId() const
const QueueStatus & GetStatus() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetClusterId(const Aws::String &value)
void SetModifiedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue