public static StartWorkflowExecutionResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new StartWorkflowExecutionResultUnmarshaller();
     }
     return(instance);
 }
예제 #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            StartWorkflowExecutionResponse response = new StartWorkflowExecutionResponse();

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

            return(response);
        }