Contains the response data from the StartWorkflowExecution operation.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            StartWorkflowExecutionResponse response = new StartWorkflowExecutionResponse();

            response.Run = RunUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   StartWorkflowExecutionResponse response = new StartWorkflowExecutionResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            StartWorkflowExecutionResponse response = new StartWorkflowExecutionResponse();

              context.Read();
              response.StartWorkflowExecutionResult = StartWorkflowExecutionResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,StartWorkflowExecutionResponse response)
 {                   
   response.Run = RunUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }