7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/appsync/model/EventConfig.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename OwnerContactT = Aws::String>
59 m_ownerContactHasBeenSet =
true;
60 m_ownerContact = std::forward<OwnerContactT>(value);
62 template <
typename OwnerContactT = Aws::String>
73 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
75 m_tagsHasBeenSet =
true;
76 m_tags = std::forward<TagsT>(value);
78 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 SetTags(std::forward<TagsT>(value));
83 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
85 m_tagsHasBeenSet =
true;
86 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
98 template <
typename EventConfigT = EventConfig>
100 m_eventConfigHasBeenSet =
true;
101 m_eventConfig = std::forward<EventConfigT>(value);
103 template <
typename EventConfigT = EventConfig>
117 bool m_nameHasBeenSet =
false;
118 bool m_ownerContactHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
120 bool m_eventConfigHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool EventConfigHasBeenSet() const
void SetEventConfig(EventConfigT &&value)
CreateApiRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetOwnerContact(OwnerContactT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
CreateApiRequest & WithOwnerContact(OwnerContactT &&value)
bool OwnerContactHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
void SetTags(TagsT &&value)
AWS_APPSYNC_API CreateApiRequest()=default
const EventConfig & GetEventConfig() const
CreateApiRequest & WithTags(TagsT &&value)
const Aws::String & GetOwnerContact() const
bool TagsHasBeenSet() const
CreateApiRequest & WithName(NameT &&value)
CreateApiRequest & WithEventConfig(EventConfigT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String