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/GlueSchema.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 inline CustomCode&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
81 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
95 inline void SetClassName(
const char* value) { m_classNameHasBeenSet =
true; m_className.assign(value); }
117 bool m_nameHasBeenSet =
false;
120 bool m_inputsHasBeenSet =
false;
123 bool m_codeHasBeenSet =
false;
126 bool m_classNameHasBeenSet =
false;
129 bool m_outputSchemasHasBeenSet =
false;
const Aws::String & GetName() const
CustomCode & WithCode(const char *value)
CustomCode & WithOutputSchemas(const Aws::Vector< GlueSchema > &value)
CustomCode & WithInputs(Aws::Vector< Aws::String > &&value)
CustomCode & WithClassName(const char *value)
AWS_GLUE_API CustomCode & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutputSchemas(const Aws::Vector< GlueSchema > &value)
const Aws::Vector< Aws::String > & GetInputs() const
CustomCode & AddInputs(const char *value)
void SetCode(const Aws::String &value)
CustomCode & WithName(const char *value)
bool InputsHasBeenSet() const
CustomCode & WithName(const Aws::String &value)
bool CodeHasBeenSet() const
CustomCode & AddOutputSchemas(GlueSchema &&value)
void SetClassName(Aws::String &&value)
void SetName(const char *value)
bool NameHasBeenSet() const
void SetInputs(const Aws::Vector< Aws::String > &value)
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
CustomCode & WithCode(Aws::String &&value)
void SetCode(Aws::String &&value)
void SetCode(const char *value)
void SetName(const Aws::String &value)
void SetClassName(const char *value)
CustomCode & WithClassName(const Aws::String &value)
CustomCode & WithInputs(const Aws::Vector< Aws::String > &value)
void SetName(Aws::String &&value)
CustomCode & WithName(Aws::String &&value)
void SetInputs(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API CustomCode()
CustomCode & AddOutputSchemas(const GlueSchema &value)
CustomCode & WithOutputSchemas(Aws::Vector< GlueSchema > &&value)
const Aws::String & GetCode() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomCode & AddInputs(Aws::String &&value)
AWS_GLUE_API CustomCode(Aws::Utils::Json::JsonView jsonValue)
CustomCode & WithClassName(Aws::String &&value)
CustomCode & WithCode(const Aws::String &value)
bool OutputSchemasHasBeenSet() const
bool ClassNameHasBeenSet() const
void SetClassName(const Aws::String &value)
CustomCode & AddInputs(const Aws::String &value)
const Aws::String & GetClassName() const
void SetOutputSchemas(Aws::Vector< GlueSchema > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue