7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/TransformConfigParameter.h>
11#include <aws/glue/model/GlueSchema.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
67 inline void SetTransformName(
const char* value) { m_transformNameHasBeenSet =
true; m_transformName.assign(value); }
110 inline void SetFunctionName(
const char* value) { m_functionNameHasBeenSet =
true; m_functionName.assign(value); }
124 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
138 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
160 bool m_nameHasBeenSet =
false;
163 bool m_transformNameHasBeenSet =
false;
166 bool m_inputsHasBeenSet =
false;
169 bool m_parametersHasBeenSet =
false;
172 bool m_functionNameHasBeenSet =
false;
175 bool m_pathHasBeenSet =
false;
178 bool m_versionHasBeenSet =
false;
181 bool m_outputSchemasHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue