7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetInputS3Path(
const char* value) { m_inputS3PathHasBeenSet =
true; m_inputS3Path.assign(value); }
62 inline void SetReplace(
bool value) { m_replaceHasBeenSet =
true; m_replace = value; }
68 bool m_inputS3PathHasBeenSet =
false;
71 bool m_replaceHasBeenSet =
false;
AWS_GLUE_API ImportLabelsTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
ImportLabelsTaskRunProperties & WithReplace(bool value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ReplaceHasBeenSet() const
AWS_GLUE_API ImportLabelsTaskRunProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputS3PathHasBeenSet() const
AWS_GLUE_API ImportLabelsTaskRunProperties()
void SetInputS3Path(const Aws::String &value)
ImportLabelsTaskRunProperties & WithInputS3Path(const char *value)
const Aws::String & GetInputS3Path() const
void SetInputS3Path(Aws::String &&value)
void SetReplace(bool value)
ImportLabelsTaskRunProperties & WithInputS3Path(const Aws::String &value)
void SetInputS3Path(const char *value)
ImportLabelsTaskRunProperties & WithInputS3Path(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue