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
47 template<
typename ApplicationIdT = Aws::String>
48 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
49 template<
typename ApplicationIdT = Aws::String>
60 template<
typename AuthorT = Aws::String>
61 void SetAuthor(AuthorT&& value) { m_authorHasBeenSet =
true; m_author = std::forward<AuthorT>(value); }
62 template<
typename AuthorT = Aws::String>
72 template<
typename CreationTimeT = Aws::String>
73 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
74 template<
typename CreationTimeT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename HomePageUrlT = Aws::String>
99 void SetHomePageUrl(HomePageUrlT&& value) { m_homePageUrlHasBeenSet =
true; m_homePageUrl = std::forward<HomePageUrlT>(value); }
100 template<
typename HomePageUrlT = Aws::String>
112 template<
typename LabelsT = Aws::Vector<Aws::String>>
113 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
114 template<
typename LabelsT = Aws::Vector<Aws::String>>
116 template<
typename LabelsT = Aws::String>
127 template<
typename NameT = Aws::String>
128 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
129 template<
typename NameT = Aws::String>
140 template<
typename SpdxLicenseIdT = Aws::String>
141 void SetSpdxLicenseId(SpdxLicenseIdT&& value) { m_spdxLicenseIdHasBeenSet =
true; m_spdxLicenseId = std::forward<SpdxLicenseIdT>(value); }
142 template<
typename SpdxLicenseIdT = Aws::String>
148 bool m_applicationIdHasBeenSet =
false;
151 bool m_authorHasBeenSet =
false;
154 bool m_creationTimeHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
160 bool m_homePageUrlHasBeenSet =
false;
163 bool m_labelsHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_spdxLicenseIdHasBeenSet =
false;
ApplicationSummary & WithAuthor(AuthorT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary()=default
ApplicationSummary & WithSpdxLicenseId(SpdxLicenseIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetSpdxLicenseId(SpdxLicenseIdT &&value)
bool AuthorHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSpdxLicenseId() const
void SetName(NameT &&value)
const Aws::String & GetApplicationId() const
ApplicationSummary & WithLabels(LabelsT &&value)
const Aws::String & GetDescription() const
const Aws::Vector< Aws::String > & GetLabels() const
ApplicationSummary & WithCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationSummary & AddLabels(LabelsT &&value)
bool HomePageUrlHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLabels(LabelsT &&value)
const Aws::String & GetName() const
bool LabelsHasBeenSet() const
const Aws::String & GetHomePageUrl() const
bool ApplicationIdHasBeenSet() const
ApplicationSummary & WithApplicationId(ApplicationIdT &&value)
void SetAuthor(AuthorT &&value)
bool DescriptionHasBeenSet() const
bool SpdxLicenseIdHasBeenSet() const
const Aws::String & GetAuthor() const
ApplicationSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetCreationTime() const
void SetHomePageUrl(HomePageUrlT &&value)
ApplicationSummary & WithName(NameT &&value)
ApplicationSummary & WithHomePageUrl(HomePageUrlT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetCreationTime(CreationTimeT &&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