7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ServerlessApplicationRepository
49 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
64 inline void SetAuthor(
const char* value) { m_authorHasBeenSet =
true; m_author.assign(value); }
78 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
93 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
108 inline void SetHomePageUrl(
const char* value) { m_homePageUrlHasBeenSet =
true; m_homePageUrl.assign(value); }
140 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
155 inline void SetSpdxLicenseId(
const char* value) { m_spdxLicenseIdHasBeenSet =
true; m_spdxLicenseId.assign(value); }
163 bool m_applicationIdHasBeenSet =
false;
166 bool m_authorHasBeenSet =
false;
169 bool m_creationTimeHasBeenSet =
false;
172 bool m_descriptionHasBeenSet =
false;
175 bool m_homePageUrlHasBeenSet =
false;
178 bool m_labelsHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_spdxLicenseIdHasBeenSet =
false;
void SetLabels(Aws::Vector< Aws::String > &&value)
ApplicationSummary & WithHomePageUrl(Aws::String &&value)
void SetCreationTime(Aws::String &&value)
void SetApplicationId(Aws::String &&value)
ApplicationSummary & WithAuthor(const char *value)
ApplicationSummary & WithCreationTime(Aws::String &&value)
ApplicationSummary & WithApplicationId(const Aws::String &value)
void SetAuthor(const char *value)
ApplicationSummary & WithAuthor(Aws::String &&value)
void SetCreationTime(const char *value)
bool AuthorHasBeenSet() const
void SetHomePageUrl(const char *value)
void SetApplicationId(const Aws::String &value)
ApplicationSummary & WithSpdxLicenseId(const Aws::String &value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
ApplicationSummary & WithSpdxLicenseId(const char *value)
ApplicationSummary & WithSpdxLicenseId(Aws::String &&value)
void SetCreationTime(const Aws::String &value)
ApplicationSummary & WithDescription(const char *value)
const Aws::String & GetSpdxLicenseId() const
ApplicationSummary & AddLabels(const char *value)
ApplicationSummary & WithLabels(const Aws::Vector< Aws::String > &value)
ApplicationSummary & WithApplicationId(const char *value)
const Aws::String & GetApplicationId() const
ApplicationSummary & WithName(const Aws::String &value)
const Aws::String & GetDescription() const
void SetSpdxLicenseId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetLabels() const
bool CreationTimeHasBeenSet() const
void SetDescription(Aws::String &&value)
ApplicationSummary & WithHomePageUrl(const Aws::String &value)
ApplicationSummary & AddLabels(Aws::String &&value)
void SetHomePageUrl(Aws::String &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLabels(const Aws::Vector< Aws::String > &value)
bool HomePageUrlHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary()
ApplicationSummary & WithHomePageUrl(const char *value)
void SetAuthor(const Aws::String &value)
ApplicationSummary & WithDescription(Aws::String &&value)
ApplicationSummary & WithCreationTime(const Aws::String &value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ApplicationSummary & WithCreationTime(const char *value)
void SetDescription(const char *value)
void SetSpdxLicenseId(Aws::String &&value)
void SetDescription(const Aws::String &value)
const Aws::String & GetName() const
ApplicationSummary & WithName(Aws::String &&value)
void SetApplicationId(const char *value)
ApplicationSummary & WithDescription(const Aws::String &value)
void SetName(const char *value)
bool LabelsHasBeenSet() const
const Aws::String & GetHomePageUrl() const
ApplicationSummary & WithApplicationId(Aws::String &&value)
bool ApplicationIdHasBeenSet() const
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
bool DescriptionHasBeenSet() const
bool SpdxLicenseIdHasBeenSet() const
ApplicationSummary & WithAuthor(const Aws::String &value)
const Aws::String & GetAuthor() const
void SetSpdxLicenseId(const char *value)
const Aws::String & GetCreationTime() const
bool NameHasBeenSet() const
ApplicationSummary & WithName(const char *value)
void SetHomePageUrl(const Aws::String &value)
ApplicationSummary & AddLabels(const Aws::String &value)
void SetAuthor(Aws::String &&value)
ApplicationSummary & WithLabels(Aws::Vector< Aws::String > &&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