7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename Bluepr
intNameT = Aws::String>
47 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
48 template<
typename Bluepr
intNameT = Aws::String>
58 template<
typename RunIdT = Aws::String>
59 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
60 template<
typename RunIdT = Aws::String>
66 bool m_blueprintNameHasBeenSet =
false;
69 bool m_runIdHasBeenSet =
false;
const Aws::String & GetRunId() const
bool RunIdHasBeenSet() const
AWS_GLUE_API BlueprintDetails()=default
BlueprintDetails & WithRunId(RunIdT &&value)
void SetBlueprintName(BlueprintNameT &&value)
AWS_GLUE_API BlueprintDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBlueprintName() const
BlueprintDetails & WithBlueprintName(BlueprintNameT &&value)
bool BlueprintNameHasBeenSet() const
void SetRunId(RunIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API BlueprintDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue