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 AppT = Aws::String>
48 void SetApp(AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
49 template<
typename AppT = Aws::String>
59 template<
typename DomainT = Aws::String>
60 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
61 template<
typename DomainT = Aws::String>
71 template<
typename SimulationT = Aws::String>
72 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
73 template<
typename SimulationT = Aws::String>
79 bool m_appHasBeenSet =
false;
82 bool m_domainHasBeenSet =
false;
85 bool m_simulationHasBeenSet =
false;
bool SimulationHasBeenSet() const
AWS_SIMSPACEWEAVER_API DeleteAppRequest()=default
DeleteAppRequest & WithDomain(DomainT &&value)
DeleteAppRequest & WithApp(AppT &&value)
const Aws::String & GetDomain() const
void SetApp(AppT &&value)
AWS_SIMSPACEWEAVER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteAppRequest & WithSimulation(SimulationT &&value)
const Aws::String & GetSimulation() const
const Aws::String & GetApp() const
virtual const char * GetServiceRequestName() const override
bool DomainHasBeenSet() const
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
void SetDomain(DomainT &&value)
bool AppHasBeenSet() const
void SetSimulation(SimulationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String