7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simspaceweaver/model/SimulationAppMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace SimSpaceWeaver
42 template<
typename AppsT = Aws::Vector<SimulationAppMetadata>>
43 void SetApps(AppsT&& value) { m_appsHasBeenSet =
true; m_apps = std::forward<AppsT>(value); }
44 template<
typename AppsT = Aws::Vector<SimulationAppMetadata>>
46 template<
typename AppsT = SimulationAppMetadata>
47 ListAppsResult&
AddApps(AppsT&& value) { m_appsHasBeenSet =
true; m_apps.emplace_back(std::forward<AppsT>(value));
return *
this; }
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_appsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
AWS_SIMSPACEWEAVER_API ListAppsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SIMSPACEWEAVER_API ListAppsResult()=default
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< SimulationAppMetadata > & GetApps() const
const Aws::String & GetNextToken() const
ListAppsResult & WithNextToken(NextTokenT &&value)
ListAppsResult & WithRequestId(RequestIdT &&value)
ListAppsResult & AddApps(AppsT &&value)
const Aws::String & GetRequestId() const
AWS_SIMSPACEWEAVER_API ListAppsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListAppsResult & WithApps(AppsT &&value)
void SetApps(AppsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue