Searched refs:GetBlueprintRunsResult (Results 1 – 3 of 3) sorted by relevance
29 class AWS_GLUE_API GetBlueprintRunsResult32 GetBlueprintRunsResult();33 GetBlueprintRunsResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);34 …GetBlueprintRunsResult& 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 …]
19 GetBlueprintRunsResult::GetBlueprintRunsResult() in GetBlueprintRunsResult() function in GetBlueprintRunsResult23 GetBlueprintRunsResult::GetBlueprintRunsResult(const Aws::AmazonWebServiceResult<JsonValue>& result) in GetBlueprintRunsResult() function in GetBlueprintRunsResult28 GetBlueprintRunsResult& GetBlueprintRunsResult::operator =(const Aws::AmazonWebServiceResult<JsonVa… in operator =()
444 typedef Aws::Utils::Outcome<GetBlueprintRunsResult, GlueError> GetBlueprintRunsOutcome;