Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.StartWorkflowExecutionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : StartWorkflowExecutionResponseUnmarshaller
return StartWorkflowExecutionResponseUnmarshaller
        public static StartWorkflowExecutionResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new StartWorkflowExecutionResponseUnmarshaller();
          }
          return instance;
        }