7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename Bluepr
intNameT = Aws::String>
42 m_blueprintNameHasBeenSet =
true;
43 m_blueprintName = std::forward<BlueprintNameT>(value);
45 template <
typename Bluepr
intNameT = Aws::String>
58 template <
typename RunIdT = Aws::String>
60 m_runIdHasBeenSet =
true;
61 m_runId = std::forward<RunIdT>(value);
63 template <
typename RunIdT = Aws::String>
65 SetRunId(std::forward<RunIdT>(value));
73 bool m_blueprintNameHasBeenSet =
false;
74 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