7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/serverlessrepo/ServerlessApplicationRepositoryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ServerlessApplicationRepository
42 template<
typename ApplicationIdT = Aws::String>
43 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
44 template<
typename ApplicationIdT = Aws::String>
55 template<
typename AuthorT = Aws::String>
56 void SetAuthor(AuthorT&& value) { m_authorHasBeenSet =
true; m_author = std::forward<AuthorT>(value); }
57 template<
typename AuthorT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
81 template<
typename HomePageUrlT = Aws::String>
82 void SetHomePageUrl(HomePageUrlT&& value) { m_homePageUrlHasBeenSet =
true; m_homePageUrl = std::forward<HomePageUrlT>(value); }
83 template<
typename HomePageUrlT = Aws::String>
95 template<
typename LabelsT = Aws::Vector<Aws::String>>
96 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
97 template<
typename LabelsT = Aws::Vector<Aws::String>>
99 template<
typename LabelsT = Aws::String>
110 template<
typename ReadmeBodyT = Aws::String>
111 void SetReadmeBody(ReadmeBodyT&& value) { m_readmeBodyHasBeenSet =
true; m_readmeBody = std::forward<ReadmeBodyT>(value); }
112 template<
typename ReadmeBodyT = Aws::String>
123 template<
typename ReadmeUrlT = Aws::String>
124 void SetReadmeUrl(ReadmeUrlT&& value) { m_readmeUrlHasBeenSet =
true; m_readmeUrl = std::forward<ReadmeUrlT>(value); }
125 template<
typename ReadmeUrlT = Aws::String>
131 bool m_applicationIdHasBeenSet =
false;
134 bool m_authorHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_homePageUrlHasBeenSet =
false;
143 bool m_labelsHasBeenSet =
false;
146 bool m_readmeBodyHasBeenSet =
false;
149 bool m_readmeUrlHasBeenSet =
false;
bool ReadmeBodyHasBeenSet() const
const Aws::String & GetApplicationId() const
void SetReadmeBody(ReadmeBodyT &&value)
bool ReadmeUrlHasBeenSet() const
UpdateApplicationRequest & WithHomePageUrl(HomePageUrlT &&value)
UpdateApplicationRequest & WithReadmeUrl(ReadmeUrlT &&value)
bool DescriptionHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetReadmeUrl() const
void SetReadmeUrl(ReadmeUrlT &&value)
UpdateApplicationRequest & WithLabels(LabelsT &&value)
UpdateApplicationRequest & AddLabels(LabelsT &&value)
const Aws::String & GetReadmeBody() const
void SetHomePageUrl(HomePageUrlT &&value)
virtual const char * GetServiceRequestName() const override
UpdateApplicationRequest & WithReadmeBody(ReadmeBodyT &&value)
const Aws::Vector< Aws::String > & GetLabels() const
UpdateApplicationRequest & WithApplicationId(ApplicationIdT &&value)
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetDescription() const
void SetAuthor(AuthorT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API UpdateApplicationRequest()=default
UpdateApplicationRequest & WithAuthor(AuthorT &&value)
void SetLabels(LabelsT &&value)
const Aws::String & GetAuthor() const
const Aws::String & GetHomePageUrl() const
bool LabelsHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::String SerializePayload() const override
bool AuthorHasBeenSet() const
bool HomePageUrlHasBeenSet() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector