Home
last modified time | relevance | path

Searched refs:GetBlueprintRunsResult (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DGetBlueprintRunsResult.h29 class AWS_GLUE_API GetBlueprintRunsResult
32 GetBlueprintRunsResult();
33 GetBlueprintRunsResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
34GetBlueprintRunsResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& …
55 …inline GetBlueprintRunsResult& WithBlueprintRuns(const Aws::Vector<BlueprintRun>& value) { SetBlue… in WithBlueprintRuns()
60 …inline GetBlueprintRunsResult& WithBlueprintRuns(Aws::Vector<BlueprintRun>&& value) { SetBlueprint… in WithBlueprintRuns()
65 …inline GetBlueprintRunsResult& AddBlueprintRuns(const BlueprintRun& value) { m_blueprintRuns.push_… in AddBlueprintRuns()
70 …inline GetBlueprintRunsResult& AddBlueprintRuns(BlueprintRun&& value) { m_blueprintRuns.push_back(… in AddBlueprintRuns()
96 …inline GetBlueprintRunsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); retu… in WithNextToken()
101 …inline GetBlueprintRunsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value))… in WithNextToken()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DGetBlueprintRunsResult.cpp19 GetBlueprintRunsResult::GetBlueprintRunsResult() in GetBlueprintRunsResult() function in GetBlueprintRunsResult
23 GetBlueprintRunsResult::GetBlueprintRunsResult(const Aws::AmazonWebServiceResult<JsonValue>& result) in GetBlueprintRunsResult() function in GetBlueprintRunsResult
28 GetBlueprintRunsResult& GetBlueprintRunsResult::operator =(const Aws::AmazonWebServiceResult<JsonVa… in operator =()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/
H A DGlueClient.h444 typedef Aws::Utils::Outcome<GetBlueprintRunsResult, GlueError> GetBlueprintRunsOutcome;