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 NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 m_maxResultsHasBeenSet =
true;
86 bool m_blueprintNameHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
GetBlueprintRunsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
int GetMaxResults() const
GetBlueprintRunsRequest & WithNextToken(NextTokenT &&value)
bool BlueprintNameHasBeenSet() const
void SetBlueprintName(BlueprintNameT &&value)
GetBlueprintRunsRequest & WithBlueprintName(BlueprintNameT &&value)
AWS_GLUE_API GetBlueprintRunsRequest()=default
const Aws::String & GetBlueprintName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String