7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFNRequest.h>
9#include <aws/states/SFN_EXPORTS.h>
10#include <aws/states/model/EncryptionConfiguration.h>
11#include <aws/states/model/LoggingConfiguration.h>
12#include <aws/states/model/TracingConfiguration.h>
42 template <
typename StateMachineArnT = Aws::String>
44 m_stateMachineArnHasBeenSet =
true;
45 m_stateMachineArn = std::forward<StateMachineArnT>(value);
47 template <
typename StateMachineArnT = Aws::String>
62 template <
typename DefinitionT = Aws::String>
64 m_definitionHasBeenSet =
true;
65 m_definition = std::forward<DefinitionT>(value);
67 template <
typename DefinitionT = Aws::String>
80 template <
typename RoleArnT = Aws::String>
82 m_roleArnHasBeenSet =
true;
83 m_roleArn = std::forward<RoleArnT>(value);
85 template <
typename RoleArnT = Aws::String>
99 template <
typename LoggingConfigurationT = LoggingConfiguration>
101 m_loggingConfigurationHasBeenSet =
true;
102 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
104 template <
typename LoggingConfigurationT = LoggingConfiguration>
117 template <
typename TracingConfigurationT = TracingConfiguration>
119 m_tracingConfigurationHasBeenSet =
true;
120 m_tracingConfiguration = std::forward<TracingConfigurationT>(value);
122 template <
typename TracingConfigurationT = TracingConfiguration>
138 m_publishHasBeenSet =
true;
155 template <
typename VersionDescriptionT = Aws::String>
157 m_versionDescriptionHasBeenSet =
true;
158 m_versionDescription = std::forward<VersionDescriptionT>(value);
160 template <
typename VersionDescriptionT = Aws::String>
173 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
175 m_encryptionConfigurationHasBeenSet =
true;
176 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
178 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
195 bool m_publish{
false};
199 EncryptionConfiguration m_encryptionConfiguration;
200 bool m_stateMachineArnHasBeenSet =
false;
201 bool m_definitionHasBeenSet =
false;
202 bool m_roleArnHasBeenSet =
false;
203 bool m_loggingConfigurationHasBeenSet =
false;
204 bool m_tracingConfigurationHasBeenSet =
false;
205 bool m_publishHasBeenSet =
false;
206 bool m_versionDescriptionHasBeenSet =
false;
207 bool m_encryptionConfigurationHasBeenSet =
false;
UpdateStateMachineRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool StateMachineArnHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetVersionDescription(VersionDescriptionT &&value)
const Aws::String & GetVersionDescription() const
const LoggingConfiguration & GetLoggingConfiguration() const
UpdateStateMachineRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetStateMachineArn() const
void SetRoleArn(RoleArnT &&value)
bool LoggingConfigurationHasBeenSet() const
UpdateStateMachineRequest & WithPublish(bool value)
UpdateStateMachineRequest & WithLoggingConfiguration(LoggingConfigurationT &&value)
UpdateStateMachineRequest & WithStateMachineArn(StateMachineArnT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
UpdateStateMachineRequest & WithTracingConfiguration(TracingConfigurationT &&value)
AWS_SFN_API Aws::String SerializePayload() const override
bool DefinitionHasBeenSet() const
void SetPublish(bool value)
bool EncryptionConfigurationHasBeenSet() const
AWS_SFN_API UpdateStateMachineRequest()=default
bool VersionDescriptionHasBeenSet() const
const Aws::String & GetDefinition() const
void SetStateMachineArn(StateMachineArnT &&value)
bool RoleArnHasBeenSet() const
const TracingConfiguration & GetTracingConfiguration() const
UpdateStateMachineRequest & WithDefinition(DefinitionT &&value)
void SetDefinition(DefinitionT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_SFN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLoggingConfiguration(LoggingConfigurationT &&value)
bool PublishHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateStateMachineRequest & WithVersionDescription(VersionDescriptionT &&value)
void SetTracingConfiguration(TracingConfigurationT &&value)
bool TracingConfigurationHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String