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/Tag.h>
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
79 template <
typename TagsT = Aws::Vector<Tag>>
81 m_tagsHasBeenSet =
true;
82 m_tags = std::forward<TagsT>(value);
84 template <
typename TagsT = Aws::Vector<Tag>>
86 SetTags(std::forward<TagsT>(value));
89 template <
typename TagsT = Tag>
91 m_tagsHasBeenSet =
true;
92 m_tags.emplace_back(std::forward<TagsT>(value));
103 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
105 m_encryptionConfigurationHasBeenSet =
true;
106 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
108 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
120 bool m_nameHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
122 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