Amazon.Glacier.Model.Internal.MarshallTransformations.ListJobsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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