7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
11#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
12#include <aws/simspaceweaver/model/S3Location.h>
17namespace SimSpaceWeaver {
43 template <
typename ClientTokenT = Aws::String>
45 m_clientTokenHasBeenSet =
true;
46 m_clientToken = std::forward<ClientTokenT>(value);
48 template <
typename ClientTokenT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
84 template <
typename MaximumDurationT = Aws::String>
86 m_maximumDurationHasBeenSet =
true;
87 m_maximumDuration = std::forward<MaximumDurationT>(value);
89 template <
typename MaximumDurationT = Aws::String>
102 template <
typename NameT = Aws::String>
104 m_nameHasBeenSet =
true;
105 m_name = std::forward<NameT>(value);
107 template <
typename NameT = Aws::String>
109 SetName(std::forward<NameT>(value));
127 template <
typename RoleArnT = Aws::String>
129 m_roleArnHasBeenSet =
true;
130 m_roleArn = std::forward<RoleArnT>(value);
132 template <
typename RoleArnT = Aws::String>
151 template <
typename SchemaS3LocationT = S3Location>
153 m_schemaS3LocationHasBeenSet =
true;
154 m_schemaS3Location = std::forward<SchemaS3LocationT>(value);
156 template <
typename SchemaS3LocationT = S3Location>
176 template <
typename SnapshotS3LocationT = S3Location>
178 m_snapshotS3LocationHasBeenSet =
true;
179 m_snapshotS3Location = std::forward<SnapshotS3LocationT>(value);
181 template <
typename SnapshotS3LocationT = S3Location>
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 m_tagsHasBeenSet =
true;
200 m_tags = std::forward<TagsT>(value);
202 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
204 SetTags(std::forward<TagsT>(value));
207 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
209 m_tagsHasBeenSet =
true;
210 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
225 S3Location m_schemaS3Location;
227 S3Location m_snapshotS3Location;
230 bool m_clientTokenHasBeenSet =
true;
231 bool m_descriptionHasBeenSet =
false;
232 bool m_maximumDurationHasBeenSet =
false;
233 bool m_nameHasBeenSet =
false;
234 bool m_roleArnHasBeenSet =
false;
235 bool m_schemaS3LocationHasBeenSet =
false;
236 bool m_snapshotS3LocationHasBeenSet =
false;
237 bool m_tagsHasBeenSet =
false;
void SetClientToken(ClientTokenT &&value)
StartSimulationRequest & WithSnapshotS3Location(SnapshotS3LocationT &&value)
bool SchemaS3LocationHasBeenSet() const
const S3Location & GetSnapshotS3Location() const
StartSimulationRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const S3Location & GetSchemaS3Location() const
bool RoleArnHasBeenSet() const
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetMaximumDuration() const
StartSimulationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
StartSimulationRequest & WithRoleArn(RoleArnT &&value)
bool ClientTokenHasBeenSet() const
AWS_SIMSPACEWEAVER_API StartSimulationRequest()=default
const Aws::String & GetDescription() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
StartSimulationRequest & WithSchemaS3Location(SchemaS3LocationT &&value)
void SetRoleArn(RoleArnT &&value)
StartSimulationRequest & WithTags(TagsT &&value)
StartSimulationRequest & WithClientToken(ClientTokenT &&value)
bool SnapshotS3LocationHasBeenSet() const
StartSimulationRequest & WithMaximumDuration(MaximumDurationT &&value)
bool MaximumDurationHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetSchemaS3Location(SchemaS3LocationT &&value)
void SetSnapshotS3Location(SnapshotS3LocationT &&value)
void SetTags(TagsT &&value)
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
StartSimulationRequest & WithDescription(DescriptionT &&value)
void SetMaximumDuration(MaximumDurationT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String