7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/states/SFNRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/states/model/EncryptionConfiguration.h>
12#include <aws/states/model/Tag.h>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
77 template<
typename TagsT = Aws::Vector<Tag>>
78 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
79 template<
typename TagsT = Aws::Vector<Tag>>
81 template<
typename TagsT = Tag>
91 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
92 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
93 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
99 bool m_nameHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
105 bool m_encryptionConfigurationHasBeenSet =
false;
bool EncryptionConfigurationHasBeenSet() const
void SetName(NameT &&value)
CreateActivityRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
CreateActivityRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_SFN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const EncryptionConfiguration & GetEncryptionConfiguration() const
CreateActivityRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetTags(TagsT &&value)
CreateActivityRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_SFN_API CreateActivityRequest()=default
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_SFN_API Aws::String SerializePayload() const override
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