7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename OutputS3PathT = Aws::String>
49 void SetOutputS3Path(OutputS3PathT&& value) { m_outputS3PathHasBeenSet =
true; m_outputS3Path = std::forward<OutputS3PathT>(value); }
50 template<
typename OutputS3PathT = Aws::String>
56 bool m_outputS3PathHasBeenSet =
false;
AWS_GLUE_API LabelingSetGenerationTaskRunProperties()=default
const Aws::String & GetOutputS3Path() const
AWS_GLUE_API LabelingSetGenerationTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
LabelingSetGenerationTaskRunProperties & WithOutputS3Path(OutputS3PathT &&value)
void SetOutputS3Path(OutputS3PathT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API LabelingSetGenerationTaskRunProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OutputS3PathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue