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 ParametersT = Aws::String>
56 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
57 template<
typename ParametersT = Aws::String>
67 template<
typename RoleArnT = Aws::String>
68 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
69 template<
typename RoleArnT = Aws::String>
75 bool m_blueprintNameHasBeenSet =
false;
78 bool m_parametersHasBeenSet =
false;
81 bool m_roleArnHasBeenSet =
false;
bool BlueprintNameHasBeenSet() const
void SetParameters(ParametersT &&value)
AWS_GLUE_API StartBlueprintRunRequest()=default
const Aws::String & GetBlueprintName() const
void SetBlueprintName(BlueprintNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetParameters() const
bool RoleArnHasBeenSet() const
bool ParametersHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetRoleArn() const
StartBlueprintRunRequest & WithRoleArn(RoleArnT &&value)
void SetRoleArn(RoleArnT &&value)
StartBlueprintRunRequest & WithParameters(ParametersT &&value)
virtual const char * GetServiceRequestName() const override
StartBlueprintRunRequest & WithBlueprintName(BlueprintNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String