7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
10#include <aws/simspaceweaver/model/S3Destination.h>
15namespace SimSpaceWeaver {
40 template <
typename DestinationT = S3Destination>
42 m_destinationHasBeenSet =
true;
43 m_destination = std::forward<DestinationT>(value);
45 template <
typename DestinationT = S3Destination>
58 template <
typename SimulationT = Aws::String>
60 m_simulationHasBeenSet =
true;
61 m_simulation = std::forward<SimulationT>(value);
63 template <
typename SimulationT = Aws::String>
73 bool m_destinationHasBeenSet =
false;
74 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