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

GetInstance() public static method

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