7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/simspaceweaver/model/S3Destination.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace SimSpaceWeaver
44 template<
typename DestinationT = S3Destination>
45 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
46 template<
typename DestinationT = S3Destination>
56 template<
typename SimulationT = Aws::String>
57 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
58 template<
typename SimulationT = Aws::String>
64 bool m_destinationHasBeenSet =
false;
67 bool m_simulationHasBeenSet =
false;
void SetDestination(DestinationT &&value)
const S3Destination & GetDestination() const
const Aws::String & GetSimulation() const
void SetSimulation(SimulationT &&value)
CreateSnapshotRequest & WithSimulation(SimulationT &&value)
bool DestinationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
bool SimulationHasBeenSet() const
CreateSnapshotRequest & WithDestination(DestinationT &&value)
AWS_SIMSPACEWEAVER_API CreateSnapshotRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String