7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename Bluepr
intNameT = Aws::String>
41 m_blueprintNameHasBeenSet =
true;
42 m_blueprintName = std::forward<BlueprintNameT>(value);
44 template <
typename Bluepr
intNameT = Aws::String>
57 template <
typename ParametersT = Aws::String>
59 m_parametersHasBeenSet =
true;
60 m_parameters = std::forward<ParametersT>(value);
62 template <
typename ParametersT = Aws::String>
75 template <
typename RoleArnT = Aws::String>
77 m_roleArnHasBeenSet =
true;
78 m_roleArn = std::forward<RoleArnT>(value);
80 template <
typename RoleArnT = Aws::String>
88 bool m_blueprintNameHasBeenSet =
false;
91 bool m_parametersHasBeenSet =
false;
94 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