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>
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
76 template <
typename TagsT = Aws::Vector<Tag>>
78 m_tagsHasBeenSet =
true;
79 m_tags = std::forward<TagsT>(value);
81 template <
typename TagsT = Aws::Vector<Tag>>
83 SetTags(std::forward<TagsT>(value));
86 template <
typename TagsT = Tag>
88 m_tagsHasBeenSet =
true;
89 m_tags.emplace_back(std::forward<TagsT>(value));
100 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
102 m_encryptionConfigurationHasBeenSet =
true;
103 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
105 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
117 bool m_nameHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
119 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