Searched refs:CreateWorkflowResult (Results 1 – 6 of 6) sorted by relevance
19 CreateWorkflowResult::CreateWorkflowResult() in CreateWorkflowResult() function in CreateWorkflowResult23 CreateWorkflowResult::CreateWorkflowResult(const Aws::AmazonWebServiceResult<JsonValue>& result) in CreateWorkflowResult() function in CreateWorkflowResult28 CreateWorkflowResult& CreateWorkflowResult::operator =(const Aws::AmazonWebServiceResult<JsonValue>… in operator =()
27 class AWS_TRANSFER_API CreateWorkflowResult30 CreateWorkflowResult();31 CreateWorkflowResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);32 …CreateWorkflowResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& re…58 …inline CreateWorkflowResult& WithWorkflowId(const Aws::String& value) { SetWorkflowId(value); retu… in WithWorkflowId()63 …inline CreateWorkflowResult& WithWorkflowId(Aws::String&& value) { SetWorkflowId(std::move(value))… in WithWorkflowId()68 …inline CreateWorkflowResult& WithWorkflowId(const char* value) { SetWorkflowId(value); return *thi… in WithWorkflowId()
27 class AWS_GLUE_API CreateWorkflowResult30 CreateWorkflowResult();31 CreateWorkflowResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);32 …CreateWorkflowResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& re…58 inline CreateWorkflowResult& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()63 …inline CreateWorkflowResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *th… in WithName()68 inline CreateWorkflowResult& WithName(const char* value) { SetName(value); return *this;} in WithName()
113 typedef Aws::Utils::Outcome<CreateWorkflowResult, TransferError> CreateWorkflowOutcome;
419 typedef Aws::Utils::Outcome<CreateWorkflowResult, GlueError> CreateWorkflowOutcome;