7#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/serverlessrepo/model/ApplicationDependencySummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ServerlessApplicationRepository
42 template<
typename DependenciesT = Aws::Vector<ApplicationDependencySummary>>
43 void SetDependencies(DependenciesT&& value) { m_dependenciesHasBeenSet =
true; m_dependencies = std::forward<DependenciesT>(value); }
44 template<
typename DependenciesT = Aws::Vector<ApplicationDependencySummary>>
46 template<
typename DependenciesT = ApplicationDependencySummary>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_dependenciesHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ListApplicationDependenciesResult()=default
const Aws::String & GetNextToken() const
const Aws::Vector< ApplicationDependencySummary > & GetDependencies() const
ListApplicationDependenciesResult & WithDependencies(DependenciesT &&value)
const Aws::String & GetRequestId() const
void SetDependencies(DependenciesT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ListApplicationDependenciesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListApplicationDependenciesResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
ListApplicationDependenciesResult & AddDependencies(DependenciesT &&value)
ListApplicationDependenciesResult & WithNextToken(NextTokenT &&value)
AWS_SERVERLESSAPPLICATIONREPOSITORY_API ListApplicationDependenciesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue