7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/model/BlueprintType.h>
10#include <aws/lightsail/model/InstancePlatform.h>
11#include <aws/lightsail/model/AppCategory.h>
53 inline void SetBlueprintId(
const char* value) { m_blueprintIdHasBeenSet =
true; m_blueprintId.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
81 inline void SetGroup(
const char* value) { m_groupHasBeenSet =
true; m_group.assign(value); }
107 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
123 inline void SetIsActive(
bool value) { m_isActiveHasBeenSet =
true; m_isActive = value; }
136 inline void SetMinPower(
int value) { m_minPowerHasBeenSet =
true; m_minPower = value; }
149 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
163 inline void SetVersionCode(
const char* value) { m_versionCodeHasBeenSet =
true; m_versionCode.assign(value); }
177 inline void SetProductUrl(
const char* value) { m_productUrlHasBeenSet =
true; m_productUrl.assign(value); }
191 inline void SetLicenseUrl(
const char* value) { m_licenseUrlHasBeenSet =
true; m_licenseUrl.assign(value); }
226 bool m_blueprintIdHasBeenSet =
false;
229 bool m_nameHasBeenSet =
false;
232 bool m_groupHasBeenSet =
false;
235 bool m_typeHasBeenSet =
false;
238 bool m_descriptionHasBeenSet =
false;
241 bool m_isActiveHasBeenSet =
false;
244 bool m_minPowerHasBeenSet =
false;
247 bool m_versionHasBeenSet =
false;
250 bool m_versionCodeHasBeenSet =
false;
253 bool m_productUrlHasBeenSet =
false;
256 bool m_licenseUrlHasBeenSet =
false;
259 bool m_platformHasBeenSet =
false;
262 bool m_appCategoryHasBeenSet =
false;
bool NameHasBeenSet() const
void SetDescription(const Aws::String &value)
Blueprint & WithGroup(Aws::String &&value)
void SetVersion(Aws::String &&value)
AWS_LIGHTSAIL_API Blueprint()
void SetLicenseUrl(Aws::String &&value)
bool DescriptionHasBeenSet() const
Blueprint & WithLicenseUrl(const char *value)
bool LicenseUrlHasBeenSet() const
void SetType(BlueprintType &&value)
AWS_LIGHTSAIL_API Blueprint(Aws::Utils::Json::JsonView jsonValue)
void SetLicenseUrl(const Aws::String &value)
void SetProductUrl(const char *value)
void SetType(const BlueprintType &value)
void SetVersion(const char *value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlatformHasBeenSet() const
bool BlueprintIdHasBeenSet() const
void SetPlatform(const InstancePlatform &value)
void SetPlatform(InstancePlatform &&value)
Blueprint & WithDescription(const char *value)
void SetVersion(const Aws::String &value)
const BlueprintType & GetType() const
Blueprint & WithAppCategory(AppCategory &&value)
void SetGroup(Aws::String &&value)
void SetDescription(Aws::String &&value)
AWS_LIGHTSAIL_API Blueprint & operator=(Aws::Utils::Json::JsonView jsonValue)
Blueprint & WithMinPower(int value)
bool MinPowerHasBeenSet() const
void SetName(const char *value)
const Aws::String & GetVersionCode() const
void SetProductUrl(const Aws::String &value)
Blueprint & WithGroup(const char *value)
void SetGroup(const Aws::String &value)
void SetGroup(const char *value)
void SetVersionCode(const char *value)
bool TypeHasBeenSet() const
Blueprint & WithLicenseUrl(Aws::String &&value)
void SetBlueprintId(const char *value)
void SetVersionCode(Aws::String &&value)
const Aws::String & GetGroup() const
Blueprint & WithVersionCode(const Aws::String &value)
void SetAppCategory(const AppCategory &value)
void SetLicenseUrl(const char *value)
const Aws::String & GetName() const
void SetMinPower(int value)
Blueprint & WithProductUrl(const Aws::String &value)
Blueprint & WithIsActive(bool value)
bool VersionCodeHasBeenSet() const
Blueprint & WithVersion(const Aws::String &value)
Blueprint & WithName(const char *value)
bool AppCategoryHasBeenSet() const
Blueprint & WithType(const BlueprintType &value)
const Aws::String & GetVersion() const
void SetAppCategory(AppCategory &&value)
const Aws::String & GetDescription() const
const AppCategory & GetAppCategory() const
bool GroupHasBeenSet() const
const Aws::String & GetBlueprintId() const
Blueprint & WithBlueprintId(const char *value)
Blueprint & WithPlatform(const InstancePlatform &value)
Blueprint & WithVersionCode(Aws::String &&value)
Blueprint & WithAppCategory(const AppCategory &value)
Blueprint & WithBlueprintId(Aws::String &&value)
bool VersionHasBeenSet() const
void SetVersionCode(const Aws::String &value)
bool ProductUrlHasBeenSet() const
const Aws::String & GetProductUrl() const
void SetBlueprintId(Aws::String &&value)
Blueprint & WithBlueprintId(const Aws::String &value)
Blueprint & WithVersion(Aws::String &&value)
Blueprint & WithType(BlueprintType &&value)
Blueprint & WithName(Aws::String &&value)
bool IsActiveHasBeenSet() const
Blueprint & WithProductUrl(Aws::String &&value)
void SetBlueprintId(const Aws::String &value)
Blueprint & WithProductUrl(const char *value)
void SetIsActive(bool value)
Blueprint & WithDescription(const Aws::String &value)
Blueprint & WithDescription(Aws::String &&value)
Blueprint & WithName(const Aws::String &value)
void SetProductUrl(Aws::String &&value)
Blueprint & WithVersion(const char *value)
void SetDescription(const char *value)
const InstancePlatform & GetPlatform() const
Blueprint & WithPlatform(InstancePlatform &&value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
Blueprint & WithVersionCode(const char *value)
Blueprint & WithLicenseUrl(const Aws::String &value)
const Aws::String & GetLicenseUrl() const
Blueprint & WithGroup(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue