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/AWSString.h>
38 template <
typename ApiIdT = Aws::String>
40 m_apiIdHasBeenSet =
true;
41 m_apiId = std::forward<ApiIdT>(value);
43 template <
typename ApiIdT = Aws::String>
45 SetApiId(std::forward<ApiIdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename OwnerContactT = Aws::String>
76 m_ownerContactHasBeenSet =
true;
77 m_ownerContact = std::forward<OwnerContactT>(value);
79 template <
typename OwnerContactT = Aws::String>
93 template <
typename EventConfigT = EventConfig>
95 m_eventConfigHasBeenSet =
true;
96 m_eventConfig = std::forward<EventConfigT>(value);
98 template <
typename EventConfigT = EventConfig>
112 bool m_apiIdHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
114 bool m_ownerContactHasBeenSet =
false;
115 bool m_eventConfigHasBeenSet =
false;
bool EventConfigHasBeenSet() const
const Aws::String & GetApiId() const
bool ApiIdHasBeenSet() const
const Aws::String & GetOwnerContact() const
AWS_APPSYNC_API Aws::String SerializePayload() const override
UpdateApiRequest & WithApiId(ApiIdT &&value)
UpdateApiRequest & WithOwnerContact(OwnerContactT &&value)
UpdateApiRequest & WithEventConfig(EventConfigT &&value)
const Aws::String & GetName() const
void SetEventConfig(EventConfigT &&value)
void SetName(NameT &&value)
AWS_APPSYNC_API UpdateApiRequest()=default
virtual const char * GetServiceRequestName() const override
bool OwnerContactHasBeenSet() const
void SetOwnerContact(OwnerContactT &&value)
void SetApiId(ApiIdT &&value)
bool NameHasBeenSet() const
const EventConfig & GetEventConfig() const
UpdateApiRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String