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

GetInstance() public static method

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