7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simspaceweaver/model/S3Location.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
17namespace SimSpaceWeaver
47 template<
typename ClientTokenT = Aws::String>
48 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
49 template<
typename ClientTokenT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
76 template<
typename MaximumDurationT = Aws::String>
77 void SetMaximumDuration(MaximumDurationT&& value) { m_maximumDurationHasBeenSet =
true; m_maximumDuration = std::forward<MaximumDurationT>(value); }
78 template<
typename MaximumDurationT = Aws::String>
88 template<
typename NameT = Aws::String>
89 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
90 template<
typename NameT = Aws::String>
107 template<
typename RoleArnT = Aws::String>
108 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
109 template<
typename RoleArnT = Aws::String>
125 template<
typename SchemaS3LocationT = S3Location>
126 void SetSchemaS3Location(SchemaS3LocationT&& value) { m_schemaS3LocationHasBeenSet =
true; m_schemaS3Location = std::forward<SchemaS3LocationT>(value); }
127 template<
typename SchemaS3LocationT = S3Location>
144 template<
typename SnapshotS3LocationT = S3Location>
145 void SetSnapshotS3Location(SnapshotS3LocationT&& value) { m_snapshotS3LocationHasBeenSet =
true; m_snapshotS3Location = std::forward<SnapshotS3LocationT>(value); }
146 template<
typename SnapshotS3LocationT = S3Location>
159 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
161 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
165 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
171 bool m_clientTokenHasBeenSet =
true;
174 bool m_descriptionHasBeenSet =
false;
177 bool m_maximumDurationHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_roleArnHasBeenSet =
false;
185 S3Location m_schemaS3Location;
186 bool m_schemaS3LocationHasBeenSet =
false;
188 S3Location m_snapshotS3Location;
189 bool m_snapshotS3LocationHasBeenSet =
false;
192 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