7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename InputS3PathT = Aws::String>
49 void SetInputS3Path(InputS3PathT&& value) { m_inputS3PathHasBeenSet =
true; m_inputS3Path = std::forward<InputS3PathT>(value); }
50 template<
typename InputS3PathT = Aws::String>
60 inline void SetReplace(
bool value) { m_replaceHasBeenSet =
true; m_replace = value; }
66 bool m_inputS3PathHasBeenSet =
false;
68 bool m_replace{
false};
69 bool m_replaceHasBeenSet =
false;
AWS_GLUE_API ImportLabelsTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
void SetInputS3Path(InputS3PathT &&value)
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)
ImportLabelsTaskRunProperties & WithInputS3Path(InputS3PathT &&value)
bool InputS3PathHasBeenSet() const
const Aws::String & GetInputS3Path() const
void SetReplace(bool value)
AWS_GLUE_API ImportLabelsTaskRunProperties()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue