7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/RuntimeName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 m_nameHasBeenSet =
true;
62 template <
typename RuntimeVersionT = Aws::String>
64 m_runtimeVersionHasBeenSet =
true;
65 m_runtimeVersion = std::forward<RuntimeVersionT>(value);
67 template <
typename RuntimeVersionT = Aws::String>
77 bool m_nameHasBeenSet =
false;
78 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