7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/RuntimeName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename RuntimeVersionT = Aws::String>
63 void SetRuntimeVersion(RuntimeVersionT&& value) { m_runtimeVersionHasBeenSet =
true; m_runtimeVersion = std::forward<RuntimeVersionT>(value); }
64 template<
typename RuntimeVersionT = Aws::String>
70 bool m_nameHasBeenSet =
false;
73 bool m_runtimeVersionHasBeenSet =
false;
AWS_APPSYNC_API AppSyncRuntime()=default
void SetRuntimeVersion(RuntimeVersionT &&value)
AWS_APPSYNC_API AppSyncRuntime & operator=(Aws::Utils::Json::JsonView jsonValue)
AppSyncRuntime & WithRuntimeVersion(RuntimeVersionT &&value)
AppSyncRuntime & WithName(RuntimeName value)
const Aws::String & GetRuntimeVersion() const
AWS_APPSYNC_API AppSyncRuntime(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool RuntimeVersionHasBeenSet() const
RuntimeName GetName() const
void SetName(RuntimeName value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue