7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/serverlessrepo/ServerlessApplicationRepositoryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace 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>
59 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
81 template<
typename SemanticVersionT = Aws::String>
82 void SetSemanticVersion(SemanticVersionT&& value) { m_semanticVersionHasBeenSet =
true; m_semanticVersion = std::forward<SemanticVersionT>(value); }
83 template<
typename SemanticVersionT = Aws::String>
89 bool m_applicationIdHasBeenSet =
false;
92 bool m_maxItemsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_semanticVersionHasBeenSet =
false;
ListApplicationDependenciesRequest & WithMaxItems(int value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetSemanticVersion() const
const Aws::String & GetNextToken() const
void SetMaxItems(int value)
ListApplicationDependenciesRequest & WithSemanticVersion(SemanticVersionT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ListApplicationDependenciesRequest()=default
void SetNextToken(NextTokenT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
bool NextTokenHasBeenSet() const
bool SemanticVersionHasBeenSet() const
AWS_SERVERLESSAPPLICATIONREPOSITORY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListApplicationDependenciesRequest & WithApplicationId(ApplicationIdT &&value)
bool MaxItemsHasBeenSet() const
const Aws::String & GetApplicationId() const
ListApplicationDependenciesRequest & WithNextToken(NextTokenT &&value)
void SetSemanticVersion(SemanticVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String