7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace SimSpaceWeaver
47 template<
typename DomainT = Aws::String>
48 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
49 template<
typename DomainT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 template<
typename NextTokenT = Aws::String>
76 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
77 template<
typename NextTokenT = Aws::String>
87 template<
typename SimulationT = Aws::String>
88 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
89 template<
typename SimulationT = Aws::String>
95 bool m_domainHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
104 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