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

GetInstance() public static method

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