7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/states/SFNRequest.h>
10#include <aws/states/SFN_EXPORTS.h>
11#include <aws/states/model/EncryptionConfiguration.h>
12#include <aws/states/model/LoggingConfiguration.h>
13#include <aws/states/model/StateMachineType.h>
14#include <aws/states/model/Tag.h>
15#include <aws/states/model/TracingConfiguration.h>
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
73 template <
typename DefinitionT = Aws::String>
75 m_definitionHasBeenSet =
true;
76 m_definition = std::forward<DefinitionT>(value);
78 template <
typename DefinitionT = Aws::String>
92 template <
typename RoleArnT = Aws::String>
94 m_roleArnHasBeenSet =
true;
95 m_roleArn = std::forward<RoleArnT>(value);
97 template <
typename RoleArnT = Aws::String>
113 m_typeHasBeenSet =
true;
132 template <
typename LoggingConfigurationT = LoggingConfiguration>
134 m_loggingConfigurationHasBeenSet =
true;
135 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
137 template <
typename LoggingConfigurationT = LoggingConfiguration>
157 template <
typename TagsT = Aws::Vector<Tag>>
159 m_tagsHasBeenSet =
true;
160 m_tags = std::forward<TagsT>(value);
162 template <
typename TagsT = Aws::Vector<Tag>>
164 SetTags(std::forward<TagsT>(value));
167 template <
typename TagsT = Tag>
169 m_tagsHasBeenSet =
true;
170 m_tags.emplace_back(std::forward<TagsT>(value));
181 template <
typename TracingConfigurationT = TracingConfiguration>
183 m_tracingConfigurationHasBeenSet =
true;
184 m_tracingConfiguration = std::forward<TracingConfigurationT>(value);
186 template <
typename TracingConfigurationT = TracingConfiguration>
201 m_publishHasBeenSet =
true;
220 template <
typename VersionDescriptionT = Aws::String>
222 m_versionDescriptionHasBeenSet =
true;
223 m_versionDescription = std::forward<VersionDescriptionT>(value);
225 template <
typename VersionDescriptionT = Aws::String>
238 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
240 m_encryptionConfigurationHasBeenSet =
true;
241 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
243 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
258 LoggingConfiguration m_loggingConfiguration;
262 TracingConfiguration m_tracingConfiguration;
264 bool m_publish{
false};
268 EncryptionConfiguration m_encryptionConfiguration;
269 bool m_nameHasBeenSet =
false;
270 bool m_definitionHasBeenSet =
false;
271 bool m_roleArnHasBeenSet =
false;
272 bool m_typeHasBeenSet =
false;
273 bool m_loggingConfigurationHasBeenSet =
false;
274 bool m_tagsHasBeenSet =
false;
275 bool m_tracingConfigurationHasBeenSet =
false;
276 bool m_publishHasBeenSet =
false;
277 bool m_versionDescriptionHasBeenSet =
false;
278 bool m_encryptionConfigurationHasBeenSet =
false;
bool EncryptionConfigurationHasBeenSet() const
bool TracingConfigurationHasBeenSet() const
StateMachineType GetType() const
bool PublishHasBeenSet() const
void SetPublish(bool value)
bool VersionDescriptionHasBeenSet() const
CreateStateMachineRequest & WithPublish(bool value)
void SetLoggingConfiguration(LoggingConfigurationT &&value)
void SetType(StateMachineType value)
AWS_SFN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateStateMachineRequest & WithName(NameT &&value)
CreateStateMachineRequest & WithLoggingConfiguration(LoggingConfigurationT &&value)
const Aws::String & GetDefinition() const
bool NameHasBeenSet() const
const Aws::String & GetVersionDescription() const
bool LoggingConfigurationHasBeenSet() const
bool TagsHasBeenSet() const
void SetDefinition(DefinitionT &&value)
const TracingConfiguration & GetTracingConfiguration() const
CreateStateMachineRequest & WithDefinition(DefinitionT &&value)
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
CreateStateMachineRequest & WithTracingConfiguration(TracingConfigurationT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
CreateStateMachineRequest & AddTags(TagsT &&value)
AWS_SFN_API CreateStateMachineRequest()=default
bool TypeHasBeenSet() const
CreateStateMachineRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetRoleArn(RoleArnT &&value)
CreateStateMachineRequest & WithRoleArn(RoleArnT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetName(NameT &&value)
const Aws::String & GetRoleArn() const
const LoggingConfiguration & GetLoggingConfiguration() const
void SetTracingConfiguration(TracingConfigurationT &&value)
AWS_SFN_API Aws::String SerializePayload() const override
CreateStateMachineRequest & WithTags(TagsT &&value)
void SetVersionDescription(VersionDescriptionT &&value)
CreateStateMachineRequest & WithVersionDescription(VersionDescriptionT &&value)
bool DefinitionHasBeenSet() const
void SetTags(TagsT &&value)
CreateStateMachineRequest & WithType(StateMachineType value)
bool RoleArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector