7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mq/model/EngineType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mq/model/BrokerStorageType.h>
12#include <aws/mq/model/AvailabilityZone.h>
13#include <aws/mq/model/DeploymentMode.h>
79 inline void SetHostInstanceType(
const char* value) { m_hostInstanceTypeHasBeenSet =
true; m_hostInstanceType.assign(value); }
128 bool m_availabilityZonesHasBeenSet =
false;
131 bool m_engineTypeHasBeenSet =
false;
134 bool m_hostInstanceTypeHasBeenSet =
false;
137 bool m_storageTypeHasBeenSet =
false;
140 bool m_supportedDeploymentModesHasBeenSet =
false;
143 bool m_supportedEngineVersionsHasBeenSet =
false;
void SetHostInstanceType(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSupportedEngineVersions() const
BrokerInstanceOption & WithHostInstanceType(const char *value)
void SetAvailabilityZones(Aws::Vector< AvailabilityZone > &&value)
void SetSupportedEngineVersions(Aws::Vector< Aws::String > &&value)
BrokerInstanceOption & AddSupportedEngineVersions(const char *value)
BrokerInstanceOption & WithSupportedDeploymentModes(Aws::Vector< DeploymentMode > &&value)
const Aws::Vector< DeploymentMode > & GetSupportedDeploymentModes() const
BrokerInstanceOption & WithAvailabilityZones(Aws::Vector< AvailabilityZone > &&value)
AWS_MQ_API BrokerInstanceOption & operator=(Aws::Utils::Json::JsonView jsonValue)
BrokerInstanceOption & AddSupportedEngineVersions(Aws::String &&value)
void SetEngineType(const EngineType &value)
BrokerInstanceOption & WithHostInstanceType(const Aws::String &value)
const BrokerStorageType & GetStorageType() const
const Aws::String & GetHostInstanceType() const
void SetSupportedEngineVersions(const Aws::Vector< Aws::String > &value)
const EngineType & GetEngineType() const
bool EngineTypeHasBeenSet() const
BrokerInstanceOption & WithHostInstanceType(Aws::String &&value)
void SetEngineType(EngineType &&value)
BrokerInstanceOption & WithStorageType(BrokerStorageType &&value)
BrokerInstanceOption & AddSupportedDeploymentModes(const DeploymentMode &value)
void SetAvailabilityZones(const Aws::Vector< AvailabilityZone > &value)
BrokerInstanceOption & WithEngineType(const EngineType &value)
BrokerInstanceOption & WithAvailabilityZones(const Aws::Vector< AvailabilityZone > &value)
BrokerInstanceOption & AddSupportedDeploymentModes(DeploymentMode &&value)
void SetStorageType(BrokerStorageType &&value)
const Aws::Vector< AvailabilityZone > & GetAvailabilityZones() const
BrokerInstanceOption & AddSupportedEngineVersions(const Aws::String &value)
BrokerInstanceOption & WithSupportedEngineVersions(const Aws::Vector< Aws::String > &value)
BrokerInstanceOption & AddAvailabilityZones(AvailabilityZone &&value)
bool SupportedDeploymentModesHasBeenSet() const
BrokerInstanceOption & WithEngineType(EngineType &&value)
bool SupportedEngineVersionsHasBeenSet() const
void SetSupportedDeploymentModes(const Aws::Vector< DeploymentMode > &value)
void SetHostInstanceType(Aws::String &&value)
void SetStorageType(const BrokerStorageType &value)
AWS_MQ_API BrokerInstanceOption()
BrokerInstanceOption & WithSupportedEngineVersions(Aws::Vector< Aws::String > &&value)
AWS_MQ_API BrokerInstanceOption(Aws::Utils::Json::JsonView jsonValue)
void SetHostInstanceType(const char *value)
bool AvailabilityZonesHasBeenSet() const
BrokerInstanceOption & WithSupportedDeploymentModes(const Aws::Vector< DeploymentMode > &value)
void SetSupportedDeploymentModes(Aws::Vector< DeploymentMode > &&value)
bool HostInstanceTypeHasBeenSet() const
BrokerInstanceOption & WithStorageType(const BrokerStorageType &value)
BrokerInstanceOption & AddAvailabilityZones(const AvailabilityZone &value)
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
bool StorageTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue