7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename Bluepr
intNameT = Aws::String>
44 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
45 template<
typename Bluepr
intNameT = Aws::String>
55 template<
typename RunIdT = Aws::String>
56 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
57 template<
typename RunIdT = Aws::String>
63 bool m_blueprintNameHasBeenSet =
false;
66 bool m_runIdHasBeenSet =
false;
bool BlueprintNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetBlueprintRunRequest & WithBlueprintName(BlueprintNameT &&value)
const Aws::String & GetBlueprintName() const
bool RunIdHasBeenSet() const
void SetBlueprintName(BlueprintNameT &&value)
void SetRunId(RunIdT &&value)
AWS_GLUE_API GetBlueprintRunRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
GetBlueprintRunRequest & WithRunId(RunIdT &&value)
const Aws::String & GetRunId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String