7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/AppCategory.h>
10#include <aws/lightsail/model/BlueprintType.h>
11#include <aws/lightsail/model/InstancePlatform.h>
45 template <
typename Bluepr
intIdT = Aws::String>
47 m_blueprintIdHasBeenSet =
true;
48 m_blueprintId = std::forward<BlueprintIdT>(value);
50 template <
typename Bluepr
intIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename GroupT = Aws::String>
83 m_groupHasBeenSet =
true;
84 m_group = std::forward<GroupT>(value);
86 template <
typename GroupT = Aws::String>
88 SetGroup(std::forward<GroupT>(value));
100 m_typeHasBeenSet =
true;
115 template <
typename DescriptionT = Aws::String>
117 m_descriptionHasBeenSet =
true;
118 m_description = std::forward<DescriptionT>(value);
120 template <
typename DescriptionT = Aws::String>
138 m_isActiveHasBeenSet =
true;
157 m_minPowerHasBeenSet =
true;
173 template <
typename VersionT = Aws::String>
175 m_versionHasBeenSet =
true;
176 m_version = std::forward<VersionT>(value);
178 template <
typename VersionT = Aws::String>
191 template <
typename VersionCodeT = Aws::String>
193 m_versionCodeHasBeenSet =
true;
194 m_versionCode = std::forward<VersionCodeT>(value);
196 template <
typename VersionCodeT = Aws::String>
209 template <
typename ProductUrlT = Aws::String>
211 m_productUrlHasBeenSet =
true;
212 m_productUrl = std::forward<ProductUrlT>(value);
214 template <
typename ProductUrlT = Aws::String>
227 template <
typename LicenseUrlT = Aws::String>
229 m_licenseUrlHasBeenSet =
true;
230 m_licenseUrl = std::forward<LicenseUrlT>(value);
232 template <
typename LicenseUrlT = Aws::String>
247 m_platformHasBeenSet =
true;
265 m_appCategoryHasBeenSet =
true;
266 m_appCategory = value;
275 bool m_blueprintIdHasBeenSet =
false;
278 bool m_nameHasBeenSet =
false;
281 bool m_groupHasBeenSet =
false;
284 bool m_typeHasBeenSet =
false;
287 bool m_descriptionHasBeenSet =
false;
289 bool m_isActive{
false};
290 bool m_isActiveHasBeenSet =
false;
293 bool m_minPowerHasBeenSet =
false;
296 bool m_versionHasBeenSet =
false;
299 bool m_versionCodeHasBeenSet =
false;
302 bool m_productUrlHasBeenSet =
false;
305 bool m_licenseUrlHasBeenSet =
false;
308 bool m_platformHasBeenSet =
false;
311 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