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

GetInstance() public static method

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