7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/AuthorizationConfig.h>
50 template<
typename Endpo
intT = Aws::String>
51 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
52 template<
typename Endpo
intT = Aws::String>
63 template<
typename AuthorizationConfigT = AuthorizationConfig>
64 void SetAuthorizationConfig(AuthorizationConfigT&& value) { m_authorizationConfigHasBeenSet =
true; m_authorizationConfig = std::forward<AuthorizationConfigT>(value); }
65 template<
typename AuthorizationConfigT = AuthorizationConfig>
71 bool m_endpointHasBeenSet =
false;
74 bool m_authorizationConfigHasBeenSet =
false;
AWS_APPSYNC_API HttpDataSourceConfig()=default
void SetEndpoint(EndpointT &&value)
const AuthorizationConfig & GetAuthorizationConfig() const
AWS_APPSYNC_API HttpDataSourceConfig(Aws::Utils::Json::JsonView jsonValue)
HttpDataSourceConfig & WithAuthorizationConfig(AuthorizationConfigT &&value)
AWS_APPSYNC_API HttpDataSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndpoint() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAuthorizationConfig(AuthorizationConfigT &&value)
bool AuthorizationConfigHasBeenSet() const
HttpDataSourceConfig & WithEndpoint(EndpointT &&value)
bool EndpointHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue