7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qbusiness/model/Application.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
56 template<
typename ApplicationsT = Aws::Vector<Application>>
58 template<
typename ApplicationsT = Aws::Vector<Application>>
60 template<
typename ApplicationsT = Application>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_applicationsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Application > & GetApplications() const
ListApplicationsResult & AddApplications(ApplicationsT &&value)
AWS_QBUSINESS_API ListApplicationsResult()=default
const Aws::String & GetRequestId() const
ListApplicationsResult & WithNextToken(NextTokenT &&value)
ListApplicationsResult & WithApplications(ApplicationsT &&value)
void SetApplications(ApplicationsT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_QBUSINESS_API ListApplicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListApplicationsResult & WithRequestId(RequestIdT &&value)
AWS_QBUSINESS_API ListApplicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue