Amazon.StorageGateway.Model.Internal.MarshallTransformations.DeleteTapeResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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