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>
51 template<
typename Bluepr
intIdT = Aws::String>
52 void SetBlueprintId(BlueprintIdT&& value) { m_blueprintIdHasBeenSet =
true; m_blueprintId = std::forward<BlueprintIdT>(value); }
53 template<
typename Bluepr
intIdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
75 template<
typename GroupT = Aws::String>
76 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
77 template<
typename GroupT = Aws::String>
97 template<
typename DescriptionT = Aws::String>
98 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
99 template<
typename DescriptionT = Aws::String>
113 inline void SetIsActive(
bool value) { m_isActiveHasBeenSet =
true; m_isActive = value; }
126 inline void SetMinPower(
int value) { m_minPowerHasBeenSet =
true; m_minPower = value; }
137 template<
typename VersionT = Aws::String>
138 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
139 template<
typename VersionT = Aws::String>
149 template<
typename VersionCodeT = Aws::String>
150 void SetVersionCode(VersionCodeT&& value) { m_versionCodeHasBeenSet =
true; m_versionCode = std::forward<VersionCodeT>(value); }
151 template<
typename VersionCodeT = Aws::String>
161 template<
typename ProductUrlT = Aws::String>
162 void SetProductUrl(ProductUrlT&& value) { m_productUrlHasBeenSet =
true; m_productUrl = std::forward<ProductUrlT>(value); }
163 template<
typename ProductUrlT = Aws::String>
173 template<
typename LicenseUrlT = Aws::String>
174 void SetLicenseUrl(LicenseUrlT&& value) { m_licenseUrlHasBeenSet =
true; m_licenseUrl = std::forward<LicenseUrlT>(value); }
175 template<
typename LicenseUrlT = Aws::String>
204 bool m_blueprintIdHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
210 bool m_groupHasBeenSet =
false;
213 bool m_typeHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
218 bool m_isActive{
false};
219 bool m_isActiveHasBeenSet =
false;
222 bool m_minPowerHasBeenSet =
false;
225 bool m_versionHasBeenSet =
false;
228 bool m_versionCodeHasBeenSet =
false;
231 bool m_productUrlHasBeenSet =
false;
234 bool m_licenseUrlHasBeenSet =
false;
237 bool m_platformHasBeenSet =
false;
240 bool m_appCategoryHasBeenSet =
false;
bool NameHasBeenSet() const
void SetBlueprintId(BlueprintIdT &&value)
bool DescriptionHasBeenSet() const
bool LicenseUrlHasBeenSet() const
AWS_LIGHTSAIL_API Blueprint(Aws::Utils::Json::JsonView jsonValue)
Blueprint & WithName(NameT &&value)
void SetGroup(GroupT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlatformHasBeenSet() const
Blueprint & WithProductUrl(ProductUrlT &&value)
bool BlueprintIdHasBeenSet() const
AWS_LIGHTSAIL_API Blueprint()=default
Blueprint & WithLicenseUrl(LicenseUrlT &&value)
void SetVersion(VersionT &&value)
AWS_LIGHTSAIL_API Blueprint & operator=(Aws::Utils::Json::JsonView jsonValue)
Blueprint & WithMinPower(int value)
bool MinPowerHasBeenSet() const
const Aws::String & GetVersionCode() const
void SetDescription(DescriptionT &&value)
Blueprint & WithDescription(DescriptionT &&value)
Blueprint & WithAppCategory(AppCategory value)
bool TypeHasBeenSet() const
const Aws::String & GetGroup() const
void SetType(BlueprintType value)
Blueprint & WithVersion(VersionT &&value)
Blueprint & WithVersionCode(VersionCodeT &&value)
const Aws::String & GetName() const
void SetMinPower(int value)
Blueprint & WithIsActive(bool value)
void SetLicenseUrl(LicenseUrlT &&value)
void SetName(NameT &&value)
bool VersionCodeHasBeenSet() const
bool AppCategoryHasBeenSet() const
Blueprint & WithGroup(GroupT &&value)
const Aws::String & GetVersion() const
const Aws::String & GetDescription() const
bool GroupHasBeenSet() const
const Aws::String & GetBlueprintId() const
void SetVersionCode(VersionCodeT &&value)
void SetPlatform(InstancePlatform value)
bool VersionHasBeenSet() const
BlueprintType GetType() const
Blueprint & WithBlueprintId(BlueprintIdT &&value)
Blueprint & WithType(BlueprintType value)
bool ProductUrlHasBeenSet() const
const Aws::String & GetProductUrl() const
InstancePlatform GetPlatform() const
void SetAppCategory(AppCategory value)
bool IsActiveHasBeenSet() const
Blueprint & WithPlatform(InstancePlatform value)
void SetProductUrl(ProductUrlT &&value)
void SetIsActive(bool value)
AppCategory GetAppCategory() const
const Aws::String & GetLicenseUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue