7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
10#include <aws/simspaceweaver/model/SimulationAppMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace SimSpaceWeaver {
36 template <
typename AppsT = Aws::Vector<SimulationAppMetadata>>
38 m_appsHasBeenSet =
true;
39 m_apps = std::forward<AppsT>(value);
41 template <
typename AppsT = Aws::Vector<SimulationAppMetadata>>
43 SetApps(std::forward<AppsT>(value));
46 template <
typename AppsT = SimulationAppMetadata>
48 m_appsHasBeenSet =
true;
49 m_apps.emplace_back(std::forward<AppsT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_appsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 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