7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
17namespace SimSpaceWeaver {
42 template <
typename DomainT = Aws::String>
44 m_domainHasBeenSet =
true;
45 m_domain = std::forward<DomainT>(value);
47 template <
typename DomainT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
82 template <
typename NextTokenT = Aws::String>
84 m_nextTokenHasBeenSet =
true;
85 m_nextToken = std::forward<NextTokenT>(value);
87 template <
typename NextTokenT = Aws::String>
100 template <
typename SimulationT = Aws::String>
102 m_simulationHasBeenSet =
true;
103 m_simulation = std::forward<SimulationT>(value);
105 template <
typename SimulationT = Aws::String>
119 bool m_domainHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 bool m_simulationHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool SimulationHasBeenSet() const
void SetSimulation(SimulationT &&value)
bool MaxResultsHasBeenSet() const
ListAppsRequest & WithNextToken(NextTokenT &&value)
ListAppsRequest & WithSimulation(SimulationT &&value)
int GetMaxResults() const
bool DomainHasBeenSet() const
const Aws::String & GetNextToken() const
ListAppsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_SIMSPACEWEAVER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetSimulation() const
AWS_SIMSPACEWEAVER_API ListAppsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
ListAppsRequest & WithDomain(DomainT &&value)
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String