7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/serverlessrepo/ServerlessApplicationRepositoryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ServerlessApplicationRepository
41 template<
typename ApplicationIdT = Aws::String>
42 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
43 template<
typename ApplicationIdT = Aws::String>
49 bool m_applicationIdHasBeenSet =
false;
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::String SerializePayload() const override
AWS_SERVERLESSAPPLICATIONREPOSITORY_API GetApplicationPolicyRequest()=default
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
GetApplicationPolicyRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
bool ApplicationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String